Skip to content

Commit 3bbc770

Browse files
occivinksfan5
authored andcommitted
options: add .qoi to the list of image extensions
1 parent ddba159 commit 3bbc770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/options.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ static const struct MPOpts mp_default_opts = {
10731073
},
10741074
.image_exts = (char *[]){
10751075
"avif", "bmp", "gif", "j2k", "jp2", "jpeg", "jpg", "jxl", "png",
1076-
"svg", "tga", "tif", "tiff", "webp", NULL
1076+
"qoi", "svg", "tga", "tif", "tiff", "webp", NULL
10771077
},
10781078

10791079
.sub_auto_exts = (char *[]){

0 commit comments

Comments
 (0)