Commit d9fea0b5 authored by Fabrice Bellard's avatar Fabrice Bellard

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
parent e2388404
......@@ -26,6 +26,8 @@ enum PixelFormat {
PIX_FMT_YUV422,
PIX_FMT_RGB24,
PIX_FMT_BGR24,
PIX_FMT_YUV422P,
PIX_FMT_YUV444P,
};
/* in bytes */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment