mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-12-25 00:43:38 +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
|
||||
|
||||
/* 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",
|
||||
|
|
Loading…
Reference in a new issue