summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Novomesky <dnovomesky@gmail.com>2020-04-18 13:33:36 +0200
committerDaniel Novomesky <dnovomesky@gmail.com>2020-04-18 21:40:09 +0200
commitd23e9fa537b84950cdb518f87e3bf1f3f2577523 (patch)
treecac4e6adc6746d86a8292a288808b667b4129310 /tests
parent8d4224bed8674e4b17c5c336fbe630a7df636cb7 (diff)
downloadshared-mime-info-d23e9fa537b84950cdb518f87e3bf1f3f2577523.tar.gz
Add mimetypes for AV1 Image File Format (AVIF)
Add mimetypes for AV1 Image File Format (AVIF)
Diffstat (limited to 'tests')
-rw-r--r--tests/mime-detection/list5
-rw-r--r--tests/mime-detection/test.avifbin0 -> 1250 bytes
-rw-r--r--tests/mime-detection/test.avifsbin0 -> 10755 bytes
3 files changed, 5 insertions, 0 deletions
diff --git a/tests/mime-detection/list b/tests/mime-detection/list
index 6dfd71d0..8751bc5c 100644
--- a/tests/mime-detection/list
+++ b/tests/mime-detection/list
@@ -743,3 +743,8 @@ test.pysu application/x-pyspread-spreadsheet
# Kotlin source code
test.kt text/x-kotlin ox
+
+# AV1 Image File Format (AVIF)
+# https://aomediacodec.github.io/av1-avif/
+test.avif image/avif
+test.avifs image/avif-sequence
diff --git a/tests/mime-detection/test.avif b/tests/mime-detection/test.avif
new file mode 100644
index 00000000..5cc9af76
--- /dev/null
+++ b/tests/mime-detection/test.avif
Binary files differ
diff --git a/tests/mime-detection/test.avifs b/tests/mime-detection/test.avifs
new file mode 100644
index 00000000..d88c9aee
--- /dev/null
+++ b/tests/mime-detection/test.avifs
Binary files differ