From 8bb28646fa95de4957df96029401481c1f45e3f2 Mon Sep 17 00:00:00 2001 From: Adrien Maglo Date: Wed, 26 Jul 2017 21:24:29 +0200 Subject: [PATCH] vpx: keep the multiview_mode from the demux Signed-off-by: Jean-Baptiste Kempf --- modules/codec/vpx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/codec/vpx.c b/modules/codec/vpx.c index ccf6407f9d..d626038ccc 100644 --- a/modules/codec/vpx.c +++ b/modules/codec/vpx.c @@ -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))