Skip to content
Snippets Groups Projects
Commit c08511b3 authored by Vignesh Venkatasubramanian's avatar Vignesh Venkatasubramanian
Browse files

Add AVIF mime type to android.mime.types

Associate "avif" extension to "image/avif" which is the mime type
for AVIF images. Specification:
https://aomediacodec.github.io/av1-avif/#mime-registration

Unlike HEIF, AVIF does not have separate mime types for still images
and sequences:  https://github.com/AOMediaCodec/av1-avif/issues/59

Bug: 141654151
Change-Id: I34711d5354aac0b78e89502f84debf9ce0a1ddff
parent dae90d76
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@
?image/heic-sequence heics
?image/heif heif hif
?image/heif-sequence heifs
?image/avif avif
?image/ico cur
?image/webp webp
?image/x-adobe-dng dng
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment