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