summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2021-10-09 10:36:48 +0300
committerDavid Faure <faure@kde.org>2021-12-12 18:45:55 +0000
commitd0bde6aea18d204f9110783b86ed0220843b1ef8 (patch)
tree01f3fd555ba59fd2be3882277ad3188ec9828579 /data
parent755ce69b94e900f961af4c0a8c3869456bf9c0cd (diff)
downloadshared-mime-info-d0bde6aea18d204f9110783b86ed0220843b1ef8.tar.gz
image/heif: add magics
https://nokiatech.github.io/heif/technical.html
Diffstat (limited to 'data')
-rw-r--r--data/freedesktop.org.xml.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index 390e03ae..183bc184 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -4775,6 +4775,14 @@ command to generate the output files.
<comment>HEIF image</comment>
<acronym>HEIF</acronym>
<expanded-acronym>High Efficiency Image File</expanded-acronym>
+ <magic priority="40"><!-- less than AVIF due to ftypmif1 -->
+ <match type="string" value="ftypmif1" offset="4"/>
+ <match type="string" value="ftypmsf1" offset="4"/>
+ <match type="string" value="ftypheic" offset="4"/>
+ <match type="string" value="ftypheix" offset="4"/>
+ <match type="string" value="ftyphevc" offset="4"/>
+ <match type="string" value="ftyphevx" offset="4"/>
+ </magic>
<glob pattern="*.heic"/>
<glob pattern="*.heif"/>
<alias type="image/heic"/>