[Ffmpeg-cvslog] r7434 - trunk/libavformat/mov.c

bcoudurier subversion
Wed Jan 10 11:30:04 CET 2007


Author: bcoudurier
Date: Wed Jan 10 11:30:03 2007
New Revision: 7434

Modified:
   trunk/libavformat/mov.c

Log:
add official VC1 fourcc

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	(original)
+++ trunk/libavformat/mov.c	Wed Jan 10 11:30:03 2007
@@ -120,6 +120,8 @@
     { CODEC_ID_TARGA, MKTAG('t', 'g', 'a', ' ') }, /* Truevision Targa */
     { CODEC_ID_TIFF, MKTAG('t', 'i', 'f', 'f') }, /* TIFF embedded in MOV */
     { CODEC_ID_RAWVIDEO, MKTAG('2', 'v', 'u', 'y') }, /* UNCOMPRESSED 8BIT 4:2:2 */
+    { CODEC_ID_VC1,  MKTAG('v', 'c', '-', '1') }, /* SMPTE RP 2025 */
+    { CODEC_ID_WMV3, MKTAG('v', 'c', '-', '1') }, /* SMPTE RP 2025 */
     { CODEC_ID_NONE, 0 },
 };
 




More information about the ffmpeg-cvslog mailing list