[vlc-devel] [PATCH 3/3] vpx: keep the multiview_mode from the demux
Adrien Maglo
magsoft at videolan.org
Wed Jul 26 21:24:29 CEST 2017
---
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))
--
2.11.0
More information about the vlc-devel
mailing list