[FFmpeg-devel] [PATCH] aiff demuxer: do not read past end of ssnd chunk

Justin Ruggles justin.ruggles
Sun Oct 11 21:28:45 CEST 2009


Hi,

This patch fixes Issue 1455.  The aiff demuxer currently reads audio
data until the end of the file, but this is not correct because the ssnd
chunk is not necessarily the last chunk.  aiff_read_header() currently
takes this into account, but aiff_read_packet() does not.

-Justin




More information about the ffmpeg-devel mailing list