mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-12-26 01:03:37 +00:00
Added image/avif mime type.
This commit is contained in:
parent
221eeabf0c
commit
2a29fc102e
1 changed files with 2 additions and 1 deletions
|
@ -11,11 +11,12 @@ extern const char *xs_mime_types[];
|
||||||
#ifdef XS_IMPLEMENTATION
|
#ifdef XS_IMPLEMENTATION
|
||||||
|
|
||||||
/* intentionally brain-dead simple */
|
/* intentionally brain-dead simple */
|
||||||
/* CAUTION: sorted */
|
/* CAUTION: sorted by extension */
|
||||||
|
|
||||||
const char *xs_mime_types[] = {
|
const char *xs_mime_types[] = {
|
||||||
"3gp", "video/3gpp",
|
"3gp", "video/3gpp",
|
||||||
"aac", "audio/aac",
|
"aac", "audio/aac",
|
||||||
|
"avif", "image/avif",
|
||||||
"css", "text/css",
|
"css", "text/css",
|
||||||
"flac", "audio/flac",
|
"flac", "audio/flac",
|
||||||
"flv", "video/flv",
|
"flv", "video/flv",
|
||||||
|
|
Loading…
Reference in a new issue