[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec raw.c,1.20,1.21

Baptiste Coudurier CVS bcoudurier
Sun May 14 16:21:08 CEST 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv26977/libavcodec

Modified Files:
	raw.c 
Log Message:
add quicktime uncompressed 8bit 4:2:2 support

Index: raw.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/raw.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- raw.c	3 Mar 2006 21:33:06 -0000	1.20
+++ raw.c	14 May 2006 14:21:06 -0000	1.21
@@ -50,6 +50,9 @@
     { PIX_FMT_UYVY422, MKTAG('U', 'Y', 'V', 'Y') },
     { PIX_FMT_GRAY8,   MKTAG('G', 'R', 'E', 'Y') },
 
+    /* quicktime */
+    { PIX_FMT_UYVY422, MKTAG('2', 'v', 'u', 'y') },
+
     { -1, 0 },
 };
 





More information about the ffmpeg-cvslog mailing list