[FFmpeg-cvslog] avcodec/raw: Fix decoding of ilacetest.mov

Michael Niedermayer git at videolan.org
Mon Aug 8 22:42:39 EEST 2016


ffmpeg | branch: release/3.1 | Michael Niedermayer <michael at niedermayer.cc> | Sun Aug  7 16:27:31 2016 +0200| [e160064d39d5f08a1b206660b6ad8855acb8897d] | committer: Michael Niedermayer

avcodec/raw: Fix decoding of ilacetest.mov

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
(cherry picked from commit bbec14de3126dbc4e1ec2b32ed714dab173386aa)
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e160064d39d5f08a1b206660b6ad8855acb8897d
---

 libavcodec/raw.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/raw.c b/libavcodec/raw.c
index bfa2537..d36b68b 100644
--- a/libavcodec/raw.c
+++ b/libavcodec/raw.c
@@ -31,6 +31,7 @@
 const PixelFormatTag ff_raw_pix_fmt_tags[] = {
     { AV_PIX_FMT_YUV420P, MKTAG('I', '4', '2', '0') }, /* Planar formats */
     { AV_PIX_FMT_YUV420P, MKTAG('I', 'Y', 'U', 'V') },
+    { AV_PIX_FMT_YUV420P, MKTAG('y', 'v', '1', '2') },
     { AV_PIX_FMT_YUV420P, MKTAG('Y', 'V', '1', '2') },
     { AV_PIX_FMT_YUV410P, MKTAG('Y', 'U', 'V', '9') },
     { AV_PIX_FMT_YUV410P, MKTAG('Y', 'V', 'U', '9') },



More information about the ffmpeg-cvslog mailing list