Commit de51f22d authored by Michael Niedermayer's avatar Michael Niedermayer

fix rgb444 support in avi.

Originally committed as revision 23503 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 48b5a2fa
......@@ -38,6 +38,7 @@ typedef struct RawVideoContext {
static const PixelFormatTag pix_fmt_bps_avi[] = {
{ PIX_FMT_PAL8, 4 },
{ PIX_FMT_PAL8, 8 },
{ PIX_FMT_RGB444, 12 },
{ PIX_FMT_RGB555, 15 },
{ PIX_FMT_RGB555, 16 },
{ PIX_FMT_BGR24, 24 },
......
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