From: Fabrice Bellard Date: Mon, 6 Aug 2001 01:53:21 +0000 (+0000) Subject: added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all... X-Git-Tag: v0.5~18417 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9fea0b588801581851cf9f7dc3647cb1cd9d962;p=platform%2Fupstream%2Flibav.git added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program) Originally committed as revision 38 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 1e1c2ef..fe78557 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -26,6 +26,8 @@ enum PixelFormat { PIX_FMT_YUV422, PIX_FMT_RGB24, PIX_FMT_BGR24, + PIX_FMT_YUV422P, + PIX_FMT_YUV444P, }; /* in bytes */