options: add .qoi to the list of image extensions

This commit is contained in:
Olivier Perret 2024-11-07 19:12:17 +01:00 committed by sfan5
parent ddba159b51
commit 3bbc770b14
1 changed files with 1 additions and 1 deletions

View File

@ -1073,7 +1073,7 @@ static const struct MPOpts mp_default_opts = {
}, },
.image_exts = (char *[]){ .image_exts = (char *[]){
"avif", "bmp", "gif", "j2k", "jp2", "jpeg", "jpg", "jxl", "png", "avif", "bmp", "gif", "j2k", "jp2", "jpeg", "jpg", "jxl", "png",
"svg", "tga", "tif", "tiff", "webp", NULL "qoi", "svg", "tga", "tif", "tiff", "webp", NULL
}, },
.sub_auto_exts = (char *[]){ .sub_auto_exts = (char *[]){