On Sun, 29 Mar 2020 01:49:32 +0100 "Carl Eugen Hoyos" <[email protected]> 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 [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
