Explorar el Código

Added image/avif mime type.

default hace 3 meses
padre
commit
2a29fc102e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      xs_mime.h

+ 2 - 1
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",