mirror of https://github.com/mpv-player/mpv
demux_mf: detect webp
This lets you play mf://*.webp. It is not necessary to play webp normally because they are already detected by demux_lavf.
This commit is contained in:
parent
addf4ad023
commit
b8c6070f01
|
@ -336,6 +336,7 @@ static const struct {
|
|||
{ "xface", "xface" },
|
||||
{ "xwd", "xwd" },
|
||||
{ "svg", "svg" },
|
||||
{ "webp", "webp" },
|
||||
{ "jxl", "jpegxl" },
|
||||
{0}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue