[FFmpeg-devel] [PATCH] aiff demuxer: do not read past end of ssnd chunk
Justin Ruggles
justin.ruggles
Tue Oct 13 02:25:27 CEST 2009
Justin Ruggles wrote:
> 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.
Well, I guess I shouldn't have brought this over from the issue
tracker... Anyways, this is fixed now.
-Justin
More information about the ffmpeg-devel
mailing list