diff options
author | Daniel Novomesky <dnovomesky@gmail.com> | 2020-08-20 18:58:20 +0200 |
---|---|---|
committer | Daniel Novomesky <dnovomesky@gmail.com> | 2020-08-22 22:40:56 +0200 |
commit | dedbf256bf7e7a4ee106b645dc2bc0fc3b21ea8c (patch) | |
tree | 117a33688604f8211af5de6283d73d2502336911 /tests | |
parent | 14c3340fe2a409cd9de21e196a8e96a3fffabbb9 (diff) | |
download | shared-mime-info-dedbf256bf7e7a4ee106b645dc2bc0fc3b21ea8c.tar.gz |
Remove image/avif-sequence
Latest AVIF specification draft removed definition of image/avif-sequence mime type,
so instead of two mime types (image/avif and image/avif-sequence)
only one image/avif will be used in future.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mime-detection/list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mime-detection/list b/tests/mime-detection/list index 76d4f957..7ccf5d02 100644 --- a/tests/mime-detection/list +++ b/tests/mime-detection/list @@ -757,4 +757,4 @@ 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 +test.avifs image/avif |