[FFmpeg-devel] [PATCH]Fix LZW/ZLIB compressed 4bit tiff

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Sep 25 17:22:54 CEST 2011


Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:

> > +            if(s->bpp == 4){
> > +                split_nibbles(src, dst, width);
> > +            }else{
> > +                memcpy(dst, src, width);
> > +            }
> 
> No objections, though that the order of src and dst is swapped
> compared to memcpy isn't optimal.

Pushed with this change.

Thank you, Carl Eugen



More information about the ffmpeg-devel mailing list