summaryrefslogtreecommitdiff
path: root/src/photos/HeifSupport.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-08-12 10:08:29 +0200
committerJörg Frings-Fürst <debian@jff.email>2023-08-12 10:08:29 +0200
commitf87eb3c1043d3f4f8e22ba505cd1a827241e160c (patch)
treee46351c8ec622c9d13232cf00c8a1048e55184af /src/photos/HeifSupport.vala
parent7f667adb7b8d3a803a6cd6120dcea4ba4ff89075 (diff)
parent2333d2b06d52754a55a747fa438844286f98d53a (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'src/photos/HeifSupport.vala')
-rw-r--r--src/photos/HeifSupport.vala2
1 files changed, 1 insertions, 1 deletions
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;