summaryrefslogtreecommitdiff
path: root/xs_mime.h
diff options
context:
space:
mode:
authorGravatar Yonle2023-07-11 18:30:22 +0700
committerGravatar Yonle2023-07-11 18:31:36 +0700
commitc6e3bca051fa5119a25ac39d68b2148fc5c7315b (patch)
treedd760528f1932cf3cf34a14ae75d30acd2247d37 /xs_mime.h
parentUpdated RELEASE_NOTES. (diff)
downloadpenes-snac2-c6e3bca051fa5119a25ac39d68b2148fc5c7315b.tar.gz
penes-snac2-c6e3bca051fa5119a25ac39d68b2148fc5c7315b.tar.xz
penes-snac2-c6e3bca051fa5119a25ac39d68b2148fc5c7315b.zip
xs_mime.h: Add various mimetypes for audios & videos
Diffstat (limited to 'xs_mime.h')
-rw-r--r--xs_mime.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/xs_mime.h b/xs_mime.h
index 8d8b16b..effefdb 100644
--- a/xs_mime.h
+++ b/xs_mime.h
@@ -19,6 +19,23 @@ struct _mime_info {
19 { "image/jpeg", ".jpg" }, 19 { "image/jpeg", ".jpg" },
20 { "image/png", ".png" }, 20 { "image/png", ".png" },
21 { "image/webp", ".webp" }, 21 { "image/webp", ".webp" },
22 { "video/mp4", ".mp4"},
23 { "video/mp4", ".mpg4"},
24 { "video/mp4", ".m4v"},
25 { "video/webm", ".webm"},
26 { "video/quicktime", ".mov"},
27 { "video/3gpp", ".3gp"},
28 { "video/ogg", ".ogv"},
29 { "video/flv", ".flv"},
30 { "audio/mp3", ".mp3"},
31 { "audio/ogg", ".ogg"},
32 { "audio/ogg", ".oga"},
33 { "audio/opus", ".opus"},
34 { "audio/flac", ".flac"},
35 { "audio/wav", ".wav"},
36 { "audio/wma", ".wma"},
37 { "audio/aac", ".aac"},
38 { "audio/aac", ".m4a"},
22 { "text/css", ".css" }, 39 { "text/css", ".css" },
23 { "text/html", ".html" }, 40 { "text/html", ".html" },
24 { "text/plain", ".txt" }, 41 { "text/plain", ".txt" },