Just one more: On Sun, Jan 19, 2020 at 08:33:45 +0000, Zane van Iperen wrote:
> + if (av_match_ext(p->filename, "asf")) > + score += AVPROBE_SCORE_EXTENSION; Just a remark: The asf demuxer (for Microsoft's "Advanced System Format") also considers ".asf" as a valid extension. I don't know whether this clashes in any way though. You'd probably need to throw both types of "ASF" files at these probes. Cheers, Moritz _______________________________________________ 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".
