diff --git a/demux/codec_tags.c b/demux/codec_tags.c index 55700d9ac3..923660de92 100644 --- a/demux/codec_tags.c +++ b/demux/codec_tags.c @@ -230,6 +230,7 @@ static const char *const type_to_codec[][2] = { { "xface", "xface" }, { "xwd", "xwd" }, { "svg", "svg" }, + { "jxl", "jpegxl" }, {0} };