demux_mf: detect svg

This allows playing svgs without having to specify
--demuxer-lavf-format=svg_pipe.
This commit is contained in:
Guido Cella 2023-09-21 12:33:57 +02:00 committed by Dudemanguy
parent b41bd5a8f0
commit d48e4eb1f6
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ static const struct {
{ "qoi", "qoi" }, { "qoi", "qoi" },
{ "xface", "xface" }, { "xface", "xface" },
{ "xwd", "xwd" }, { "xwd", "xwd" },
{ "svg", "svg" },
{0} {0}
}; };