summaryrefslogtreecommitdiffstats
path: root/demux/demux_mf.c
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2024-02-05 13:51:53 +0100
committersfan5 <sfan5@live.de>2024-02-06 18:08:53 +0100
commitb8c6070f01ee36daf0da328b50e51f0ff81a0136 (patch)
treecaf48138648ea07e40cb1d8b50f848bc48cbc36f /demux/demux_mf.c
parentaddf4ad023dc55c10bd794baa86c16f7249e6cfb (diff)
downloadmpv-b8c6070f01ee36daf0da328b50e51f0ff81a0136.tar.bz2
mpv-b8c6070f01ee36daf0da328b50e51f0ff81a0136.tar.xz
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.
Diffstat (limited to 'demux/demux_mf.c')
-rw-r--r--demux/demux_mf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/demux_mf.c b/demux/demux_mf.c
index 0beac75261..d971f04c96 100644
--- a/demux/demux_mf.c
+++ b/demux/demux_mf.c
@@ -336,6 +336,7 @@ static const struct {
{ "xface", "xface" },
{ "xwd", "xwd" },
{ "svg", "svg" },
+ { "webp", "webp" },
{ "jxl", "jpegxl" },
{0}
};