On 5/5/16, Carl Eugen Hoyos <ceho...@ag.or.at> wrote: > Paul B Mahol <onemda <at> gmail.com> writes: > >> >> There is clearly overread if you ignore >> >> first two bytes. >> > >> > How can I reproduce the overread? >> >> By decoding file, looking at ffmpeg output. > > I did that and I don't see an overread: > What do I miss?
This specific file have audio packets of size 1984 and last one of 1178. block align is 60. That gives as 30 bytes for each channel. Clearly there are extra 2 bytes before each adpcm stream which can be anything. Instead of checking data in stream why not check size of packet and act according to that and block align? _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel