Skip to content

Commit

Permalink
options: add .qoi to the list of image extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
occivink committed Nov 7, 2024
1 parent 46fe3cd commit d52257a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ static const struct MPOpts mp_default_opts = {
},
.image_exts = (char *[]){
"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 *[]){
Expand Down

0 comments on commit d52257a

Please sign in to comment.