summaryrefslogtreecommitdiff
path: root/src/photos/HeifSupport.vala
diff options
context:
space:
mode:
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;