ImageDecoder: add "image/avif" to support list

Test: ImageDecoderTest
Bug: b/252836084
Change-Id: If3a26cfd4f79780ebe3c5710c9e89f09f140fd1a
This commit is contained in:
Dichen Zhang
2023-03-16 05:26:48 +00:00
parent 5c84e498a9
commit 392804feb2

View File

@@ -914,6 +914,7 @@ public final class ImageDecoder implements AutoCloseable {
case "image/gif":
case "image/heif":
case "image/heic":
case "image/avif":
case "image/bmp":
case "image/x-ico":
case "image/vnd.wap.wbmp":