[FFmpeg-cvslog] Detect 'yuv2' as rawvideo also in avi.

Carl Eugen Hoyos git at videolan.org
Wed Dec 14 15:17:08 CET 2011


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Dec 14 15:08:59 2011 +0100| [9c18a056b125d18fa676c3fe932fe0d0f396e5a1] | committer: Carl Eugen Hoyos

Detect 'yuv2' as rawvideo also in avi.

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

 libavformat/riff.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 27c9ae8..8c4d797 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -174,6 +174,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { CODEC_ID_RAWVIDEO,     MKTAG('2', 'V', 'u', '1') },
     { CODEC_ID_RAWVIDEO,     MKTAG('2', 'v', 'u', 'y') },
     { CODEC_ID_RAWVIDEO,     MKTAG('y', 'u', 'v', 's') },
+    { CODEC_ID_RAWVIDEO,     MKTAG('y', 'u', 'v', '2') },
     { CODEC_ID_RAWVIDEO,     MKTAG('P', '4', '2', '2') },
     { CODEC_ID_RAWVIDEO,     MKTAG('Y', 'V', '1', '2') },
     { CODEC_ID_RAWVIDEO,     MKTAG('Y', 'V', '1', '6') },



More information about the ffmpeg-cvslog mailing list