[vlc-commits] vpx: keep the multiview_mode from the demux
Adrien Maglo
git at videolan.org
Thu Jul 27 19:02:08 CEST 2017
vlc | branch: master | Adrien Maglo <magsoft at videolan.org> | Wed Jul 26 21:24:29 2017 +0200| [8bb28646fa95de4957df96029401481c1f45e3f2] | committer: Jean-Baptiste Kempf
vpx: keep the multiview_mode from the demux
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8bb28646fa95de4957df96029401481c1f45e3f2
---
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))
More information about the vlc-commits
mailing list