From 3bbc770b14e2f102e07cf75c1a1904adfab50d61 Mon Sep 17 00:00:00 2001 From: Olivier Perret Date: Thu, 7 Nov 2024 19:12:17 +0100 Subject: [PATCH] options: add .qoi to the list of image extensions --- options/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/options.c b/options/options.c index c0c9da158c..769b3efbb3 100644 --- a/options/options.c +++ b/options/options.c @@ -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 *[]){