mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
player: add jxl (JPEG XL) to list of image extensions
This commit is contained in:
parent
cd3b4edea0
commit
bd46f050fe
@ -43,7 +43,7 @@ static const char *const audio_exts[] = {"mp3", "aac", "mka", "dts", "flac",
|
||||
NULL};
|
||||
|
||||
static const char *const image_exts[] = {"jpg", "jpeg", "png", "gif", "bmp",
|
||||
"webp",
|
||||
"webp", "jxl",
|
||||
NULL};
|
||||
|
||||
// Stolen from: vlc/-/blob/master/modules/meta_engine/folder.c#L40
|
||||
|
Loading…
Reference in New Issue
Block a user