mirror of https://github.com/mpv-player/mpv
demux_mf: detect svg
This allows playing svgs without having to specify --demuxer-lavf-format=svg_pipe.
This commit is contained in:
parent
b41bd5a8f0
commit
d48e4eb1f6
|
@ -337,6 +337,7 @@ static const struct {
|
|||
{ "qoi", "qoi" },
|
||||
{ "xface", "xface" },
|
||||
{ "xwd", "xwd" },
|
||||
{ "svg", "svg" },
|
||||
{0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue