diff options
| author | 2023-07-11 18:30:22 +0700 | |
|---|---|---|
| committer | 2023-07-11 18:31:36 +0700 | |
| commit | c6e3bca051fa5119a25ac39d68b2148fc5c7315b (patch) | |
| tree | dd760528f1932cf3cf34a14ae75d30acd2247d37 | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | penes-snac2-c6e3bca051fa5119a25ac39d68b2148fc5c7315b.tar.gz penes-snac2-c6e3bca051fa5119a25ac39d68b2148fc5c7315b.tar.xz penes-snac2-c6e3bca051fa5119a25ac39d68b2148fc5c7315b.zip | |
xs_mime.h: Add various mimetypes for audios & videos
| -rw-r--r-- | xs_mime.h | 17 |
1 files changed, 17 insertions, 0 deletions
| @@ -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" }, |