aboutsummaryrefslogtreecommitdiff
path: root/xs_mime.h
diff options
context:
space:
mode:
authorGiacomo Tesio <giacomo@tesio.it>2024-12-09 15:23:53 +0100
committerGiacomo Tesio <giacomo@tesio.it>2024-12-09 15:23:53 +0100
commit4ea42930b34285231244d9bfc9af7fb9307c3f8c (patch)
tree6f717e3cc5ca75e28bb71c4c7ba7475af8f51e4b /xs_mime.h
parentbd74ffda5b25cc07e8d559815e027c8dab3b9d73 (diff)
parent7808d7062508c1b4740eea508baf503dffd89a70 (diff)
Merge branch 'master' into build-with-musl
Diffstat (limited to 'xs_mime.h')
-rw-r--r--xs_mime.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xs_mime.h b/xs_mime.h
index b016490..5c0a6fd 100644
--- a/xs_mime.h
+++ b/xs_mime.h
@@ -11,11 +11,12 @@ extern const char *xs_mime_types[];
#ifdef XS_IMPLEMENTATION
/* intentionally brain-dead simple */
-/* CAUTION: sorted */
+/* CAUTION: sorted by extension */
const char *xs_mime_types[] = {
"3gp", "video/3gpp",
"aac", "audio/aac",
+ "avif", "image/avif",
"css", "text/css",
"flac", "audio/flac",
"flv", "video/flv",