On Sun, 29 Mar 2020 01:49:32 +0100 "Carl Eugen Hoyos" <ceffm...@gmail.com> wrote:
> Apart from what I wrote on irc: > What surprises me most is that iirc, you explained that the > sample_rate is written repeatedly to the file and is always identical > in one file. Why is that not checked? > The main reason is that the track headers are spread out all over the file, which will almost certainly be larger than the probe buffer. The best I can do is check that the sample rate of the first track matches that of the file (as it's immediately after the main header). I do this in the next version of the patch, which I will be posting later. > You seem to have a fine (and small) collection of sample rates to > check against. > > Carl Eugen Zane _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".