[FFmpeg-devel] [PATCH v2 2/2] avformat: add demuxer for argonaut games' ASF format

Moritz Barsnick barsnick at gmx.net
Sun Jan 19 18:34:32 EET 2020


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


More information about the ffmpeg-devel mailing list