fix rgb444 support in avi.

Originally committed as revision 23503 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2010-06-06 11:00:30 +00:00
parent 48b5a2fa98
commit de51f22d85
1 changed files with 1 additions and 0 deletions

View File

@ -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 },