mirror of https://github.com/mpv-player/mpv
demux/codec_tags: add jxl/jpegxl extension mapping to image codecs
Add .jxl as a file extension that maps to an image codec. Note that this will include animated JXL files, but .gif is also on that list so they are not different in that regard.
This commit is contained in:
parent
3250f6e447
commit
e9d0a31dfe
|
@ -230,6 +230,7 @@ static const char *const type_to_codec[][2] = {
|
|||
{ "xface", "xface" },
|
||||
{ "xwd", "xwd" },
|
||||
{ "svg", "svg" },
|
||||
{ "jxl", "jpegxl" },
|
||||
{0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue