From d0aaad443a88968dc61172c050084d3d9faa7602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 12 Aug 2023 10:07:35 +0200 Subject: New upstream version 0.32.2 --- src/photos/HeifSupport.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/photos/HeifSupport.vala') diff --git a/src/photos/HeifSupport.vala b/src/photos/HeifSupport.vala index 0c05e02..58b9d9d 100644 --- a/src/photos/HeifSupport.vala +++ b/src/photos/HeifSupport.vala @@ -5,7 +5,7 @@ */ class HeifFileFormatProperties : PhotoFileFormatProperties { - private static string[] KNOWN_EXTENSIONS = { "heif", "heic" }; + private static string[] KNOWN_EXTENSIONS = { "heif", "heic", "hif" }; private static string[] KNOWN_MIME_TYPES = { "image/heif" }; private static HeifFileFormatProperties instance = null; -- cgit v1.2.3