[FFmpeg-devel] [PATCH]Fix some 1bpp tiff samples

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Dec 31 20:48:33 CET 2011


Hi!

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

> > > > +                horizontal_fill(s->bpp * s->avctx->pix_fmt ==
> > > > PIX_FMT_PAL8, +                                dst, 1, src, 0, width, 0);
> > > 
> > > this looks odd, did you mean
> > > s->bpp * (s->avctx->pix_fmt == PIX_FMT_PAL8)
> > > ?
> > 
> > New patch attached, Carl Eugen
> 
> if its tested then LGTM

Tested again...

Patch applied.

Carl Eugen



More information about the ffmpeg-devel mailing list