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