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:
Guido Cella 2024-02-05 13:51:53 +01:00 committed by sfan5
parent addf4ad023
commit b8c6070f01
1 changed files with 1 additions and 0 deletions

View File

@ -336,6 +336,7 @@ static const struct {
{ "xface", "xface" },
{ "xwd", "xwd" },
{ "svg", "svg" },
{ "webp", "webp" },
{ "jxl", "jpegxl" },
{0}
};