diff options
Diffstat (limited to 'src/photos/PhotoFileFormat.vala')
| -rw-r--r-- | src/photos/PhotoFileFormat.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/photos/PhotoFileFormat.vala b/src/photos/PhotoFileFormat.vala index 4c69de3..f7abc33 100644 --- a/src/photos/PhotoFileFormat.vala +++ b/src/photos/PhotoFileFormat.vala @@ -251,6 +251,7 @@ public enum PhotoFileFormat { return PhotoFileFormat.AVIF; case "heif": + case "heic": return PhotoFileFormat.HEIF; case "jxl": |
