[FFmpeg-devel] [PATCH] Fix non-rounding up to next 16-bit aligned bug in IFF decoder

Ronald S. Bultje rsbultje
Sat May 8 23:49:08 CEST 2010


Hi,

2010/5/8 M?ns Rullg?rd <mans at mansr.com>:
> Sebastian Vater <cdgs.basty at googlemail.com> writes:
>> -static void decodeplane8(uint8_t *dst, const uint8_t *const buf, int buf_size, int bps, int plane)
>> +static void decodeplane8(uint8_t *dst,
>> + ? ? ? ? ? ? ? ? ? ? ? ? const uint8_t *buf,
>> + ? ? ? ? ? ? ? ? ? ? ? ? unsigned buf_size,
>> + ? ? ? ? ? ? ? ? ? ? ? ? const unsigned bps,
>> + ? ? ? ? ? ? ? ? ? ? ? ? const unsigned plane)
>
> Unnecessary.

Applied with these modifications.

Ronald



More information about the ffmpeg-devel mailing list