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 authored and sfan5 committed Nov 8, 2024
1 parent ddba159 commit 3bbc770
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 3bbc770

Please sign in to comment.