changeset 27:b8723ec6c80f libavcodec

added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program)
author glantau
date Mon, 06 Aug 2001 01:53:21 +0000
parents ce751dfbcace
children b611fafddf9e
files avcodec.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Mon Aug 06 01:04:59 2001 +0000
+++ b/avcodec.h	Mon Aug 06 01:53:21 2001 +0000
@@ -26,6 +26,8 @@
     PIX_FMT_YUV422,
     PIX_FMT_RGB24,
     PIX_FMT_BGR24,
+    PIX_FMT_YUV422P,
+    PIX_FMT_YUV444P,
 };
 
 /* in bytes */