[FFmpeg-devel] [PATCH] pamdec: fix mono support.

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Feb 19 16:17:19 CET 2012


Michael Niedermayer <michaelni <at> gmx.at> writes:

> -    .pix_fmts  = (const enum PixelFormat[]){PIX_FMT_RGB24, PIX_FMT_RGB32, 
> PIX_FMT_GRAY8, PIX_FMT_MONOWHITE, PIX_FMT_NONE},
> +    .pix_fmts  = (const enum PixelFormat[]){PIX_FMT_RGB24, PIX_FMT_RGB32, 
> PIX_FMT_GRAY8, PIX_FMT_MONOBLACK, PIX_FMT_NONE},

Is this line useful at all?

Please commit since this fixes a bug as I was able to test.
Sorry for introducing the other problem and not reporting this one.

Carl Eugen



More information about the ffmpeg-devel mailing list