[FFmpeg-devel] [PATCH]Implement raw 2bpp in mov

Carl Eugen Hoyos cehoyos
Tue Jan 5 02:17:18 CET 2010


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

> > Attached patch fixes issue 1528.

> > -    if(avctx->bits_per_coded_sample == 4 && avctx->pix_fmt==PIX_FMT_PAL8 &&
> > +    if(avctx->bits_per_coded_sample <= 4 && avctx->pix_fmt==PIX_FMT_PAL8 &&
> 
> i think this should be ==2 || ==4 oterwise ok

Patch applied with this change,

Thank you, Carl Eugen




More information about the ffmpeg-devel mailing list