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:
Leo Izen 2023-12-09 13:03:25 -05:00 committed by sfan5
parent 3250f6e447
commit e9d0a31dfe
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ static const char *const type_to_codec[][2] = {
{ "xface", "xface" },
{ "xwd", "xwd" },
{ "svg", "svg" },
{ "jxl", "jpegxl" },
{0}
};