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
1 changed files with 1 additions and 0 deletions

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