added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all...
authorFabrice Bellard <fabrice@bellard.org>
Mon, 6 Aug 2001 01:53:21 +0000 (01:53 +0000)
committerFabrice Bellard <fabrice@bellard.org>
Mon, 6 Aug 2001 01:53:21 +0000 (01:53 +0000)
Originally committed as revision 38 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index 1e1c2ef..fe78557 100644 (file)
@@ -26,6 +26,8 @@ enum PixelFormat {
     PIX_FMT_YUV422,
     PIX_FMT_RGB24,
     PIX_FMT_BGR24,
+    PIX_FMT_YUV422P,
+    PIX_FMT_YUV444P,
 };
 
 /* in bytes */