From b8c6070f01ee36daf0da328b50e51f0ff81a0136 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Mon, 5 Feb 2024 13:51:53 +0100 Subject: [PATCH] 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. --- demux/demux_mf.c | 1 + 1 file changed, 1 insertion(+) 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} };