[FFmpeg-cvslog] r18803 - trunk/libavformat/isom.c

bcoudurier subversion
Tue May 12 22:00:11 CEST 2009


Author: bcoudurier
Date: Tue May 12 22:00:11 2009
New Revision: 18803

Log:
v210 mov fourcc

Modified:
   trunk/libavformat/isom.c

Modified: trunk/libavformat/isom.c
==============================================================================
--- trunk/libavformat/isom.c	Tue May 12 21:58:13 2009	(r18802)
+++ trunk/libavformat/isom.c	Tue May 12 22:00:11 2009	(r18803)
@@ -65,6 +65,8 @@ const AVCodecTag codec_movvideo_tags[] =
     { CODEC_ID_RAWVIDEO, MKTAG('A', 'V', 'U', 'I') }, /* YUV with alpha-channel (AVID Uncompressed) */
     { CODEC_ID_RAWVIDEO, MKTAG('2', 'v', 'u', 'y') }, /* UNCOMPRESSED 8BIT 4:2:2 */
 
+    { CODEC_ID_V210,   MKTAG('v', '2', '1', '0') }, /* UNCOMPRESSED 10BIT 4:2:2 */
+
     { CODEC_ID_MJPEG,  MKTAG('j', 'p', 'e', 'g') }, /* PhotoJPEG */
     { CODEC_ID_MJPEG,  MKTAG('m', 'j', 'p', 'a') }, /* Motion-JPEG (format A) */
     { CODEC_ID_MJPEG,  MKTAG('A', 'V', 'D', 'J') }, /* MJPEG with alpha-channel (AVID JFIF meridien compressed) */



More information about the ffmpeg-cvslog mailing list