On Mon, Feb 17, 2020 at 18:34:34 +0100, Carl Eugen Hoyos wrote: > Am 17.02.2020 um 10:49 schrieb Zane van Iperen <z...@zanevaniperen.com>: > > There's no real "magic" fields to look for, hence why I set the `extensions` > > field. What would a probe function do in this case? > > I cannot look at the files right now: > Is there nothing that allows to distinguish them from random data?
I wonder too why there should be no magic data. The header function already checks + if (vs12.magic != MKTAG('v', 's', '1', '2')) { and + if (avio_rl32(s->pb) != MKTAG('D', 'A', 'T', 'A')) Is this not magic? Is it not unique? Or at least a good hit justifying some score? Moritz _______________________________________________ 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".