diff avcodec.h @ 733:7da52fc20726 libavcodec

DV ntsc support, 411P colorspace added
author arpi_esp
date Mon, 07 Oct 2002 21:28:33 +0000
parents caa4c757a47d
children 25d7fb7c89be
line wrap: on
line diff
--- a/avcodec.h	Mon Oct 07 02:03:21 2002 +0000
+++ b/avcodec.h	Mon Oct 07 21:28:33 2002 +0000
@@ -64,7 +64,8 @@
     PIX_FMT_YUV444P,
     PIX_FMT_RGBA32,
     PIX_FMT_BGRA32,
-    PIX_FMT_YUV410P
+    PIX_FMT_YUV410P,
+    PIX_FMT_YUV411P
 };
 
 /* currently unused, may be used if 24/32 bits samples ever supported */