mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
fix rgb444 support in avi.
Originally committed as revision 23503 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
48b5a2fa98
commit
de51f22d85
@ -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 },
|
||||||
|
Loading…
Reference in New Issue
Block a user