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" },
|
{ "qoi", "qoi" },
|
||||||
{ "xface", "xface" },
|
{ "xface", "xface" },
|
||||||
{ "xwd", "xwd" },
|
{ "xwd", "xwd" },
|
||||||
|
{ "svg", "svg" },
|
||||||
{0}
|
{0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue