Commit 66ed9fd0 authored by michael's avatar michael

fix rgb444 support in avi.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23503 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b7fbcd53
...@@ -38,6 +38,7 @@ typedef struct RawVideoContext { ...@@ -38,6 +38,7 @@ typedef struct RawVideoContext {
static const PixelFormatTag pix_fmt_bps_avi[] = { static const PixelFormatTag pix_fmt_bps_avi[] = {
{ PIX_FMT_PAL8, 4 }, { PIX_FMT_PAL8, 4 },
{ PIX_FMT_PAL8, 8 }, { PIX_FMT_PAL8, 8 },
{ PIX_FMT_RGB444, 12 },
{ PIX_FMT_RGB555, 15 }, { PIX_FMT_RGB555, 15 },
{ PIX_FMT_RGB555, 16 }, { PIX_FMT_RGB555, 16 },
{ PIX_FMT_BGR24, 24 }, { 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