Skip to content
Snippets Groups Projects
Commit 8bb28646 authored by Adrien Maglo's avatar Adrien Maglo Committed by Jean-Baptiste Kempf
Browse files

vpx: keep the multiview_mode from the demux


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 36b0ad5f
No related branches found
No related tags found
No related merge requests found
......@@ -247,6 +247,7 @@ static int Decode(decoder_t *dec, block_t *block)
}
dec->fmt_out.video.projection_mode = dec->fmt_in.video.projection_mode;
dec->fmt_out.video.multiview_mode = dec->fmt_in.video.multiview_mode;
dec->fmt_out.video.pose = dec->fmt_in.video.pose;
if (decoder_UpdateVideoFormat(dec))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment