mirror of https://github.com/mpv-player/mpv
options: add .qoi to the list of image extensions
This commit is contained in:
parent
ddba159b51
commit
3bbc770b14
|
@ -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 *[]){
|
||||||
|
|
Loading…
Reference in New Issue