[FFmpeg-devel] [PATCH] IFF demuxer and 8SVX decoder

Reimar Döffinger Reimar.Doeffinger
Wed Mar 26 16:12:49 CET 2008


On Wed, Mar 26, 2008 at 08:05:54PM +0000, Jai Menon wrote:
> The new patch fixes stuff mentioned by Reimar, Diego and Benoit.

I think it fixes about half of the issues mentioned.
Also you missed the right use of av_clip_uint8 and data_size is not
checked either.
Also there is completely pointless code like the in_data variable, and n
and k being uint32_t does not make sense, just "int" is good enough.




More information about the ffmpeg-devel mailing list