[FFmpeg-devel] [PATCH]Fix mono pam encoding

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Dec 31 17:16:38 CET 2011


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

> > +                *s->bytestream++ = ptr[j >> 3] >> (7 - j % 8) & 1;
> 
> (j&7) is faster with dumb compilers

Fixed.

> otherwise LGTM

Patch applied, thank you, Carl Eugen



More information about the ffmpeg-devel mailing list