[FFmpeg-cvslog] r20383 - trunk/libavformat/riff.c

compn subversion
Tue Oct 27 18:37:41 CET 2009


Author: compn
Date: Tue Oct 27 18:37:41 2009
New Revision: 20383

Log:
add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.avi

Modified:
   trunk/libavformat/riff.c

Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c	Tue Oct 27 18:15:05 2009	(r20382)
+++ trunk/libavformat/riff.c	Tue Oct 27 18:37:41 2009	(r20383)
@@ -147,6 +147,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { CODEC_ID_RAWVIDEO,     MKTAG('U', 'Y', 'N', 'Y') },
     { CODEC_ID_RAWVIDEO,     MKTAG('u', 'y', 'v', '1') },
     { CODEC_ID_RAWVIDEO,     MKTAG('2', 'V', 'u', '1') },
+    { CODEC_ID_RAWVIDEO,     MKTAG('2', 'v', 'u', 'y') },
     { CODEC_ID_RAWVIDEO,     MKTAG('P', '4', '2', '2') },
     { CODEC_ID_RAWVIDEO,     MKTAG('Y', 'V', '1', '2') },
     { CODEC_ID_RAWVIDEO,     MKTAG('U', 'Y', 'V', 'Y') },



More information about the ffmpeg-cvslog mailing list