1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

Support more QT 1bpp rawvideo files.

Fixes ticket #189.
This commit is contained in:
ami_stuff
2011-05-13 18:10:33 +02:00
committed by Carl Eugen Hoyos
parent 29ef0174cc
commit 2bd12ee3c8

View File

@@ -59,6 +59,7 @@ static const PixelFormatTag pix_fmt_bps_mov[] = {
{ PIX_FMT_RGB555BE, 16 },
{ PIX_FMT_RGB24, 24 },
{ PIX_FMT_ARGB, 32 },
{ PIX_FMT_MONOWHITE,33 },
{ PIX_FMT_NONE, 0 },
};