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

compn subversion
Thu Jan 29 16:33:19 CET 2009


Author: compn
Date: Thu Jan 29 16:33:19 2009
New Revision: 16850

Log:
pvez avi fourcc is truemotion1

Modified:
   trunk/libavformat/riff.c

Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c	Thu Jan 29 00:16:49 2009	(r16849)
+++ trunk/libavformat/riff.c	Thu Jan 29 16:33:19 2009	(r16850)
@@ -161,6 +161,7 @@ const AVCodecTag codec_bmp_tags[] = {
     { CODEC_ID_MSVIDEO1,     MKTAG('w', 'h', 'a', 'm') },
     { CODEC_ID_CINEPAK,      MKTAG('c', 'v', 'i', 'd') },
     { CODEC_ID_TRUEMOTION1,  MKTAG('D', 'U', 'C', 'K') },
+    { CODEC_ID_TRUEMOTION1,  MKTAG('P', 'V', 'E', 'Z') },
     { CODEC_ID_MSZH,         MKTAG('M', 'S', 'Z', 'H') },
     { CODEC_ID_ZLIB,         MKTAG('Z', 'L', 'I', 'B') },
     { CODEC_ID_SNOW,         MKTAG('S', 'N', 'O', 'W') },




More information about the ffmpeg-cvslog mailing list