[FFmpeg-devel] [PATCH]Fix alpha for iff deep
Carl Eugen Hoyos
cehoyos at ag.or.at
Sun Mar 11 00:53:57 CET 2012
Don Moir <donmoir <at> comcast.net> writes:
> + row += 3;
> + for(x = 0; x < avctx->width; x++, row+=4)
> + *row = *row & 0xF0 | (*row >> 4);
Please send a patch.
> But this is more of a minor point then the rest of the code
> being less than optimal in iff.c. It should be obvious but
> I could elaborate.
A patch that improves the existing code is also very welcome!
Carl Eugen
More information about the ffmpeg-devel
mailing list