1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-07 05:53:26 +00:00

unify the heic datatype descriptors, and also match avif

This commit is contained in:
Kalamatee
2025-06-04 01:11:33 +01:00
committed by deadwood
parent 5fe1ccc87f
commit fa551db1a9
3 changed files with 3 additions and 14 deletions

View File

@ -1,8 +1,8 @@
# DataType Description for HEIC
Name=HEIC
Version=$VER: HEIC 45.0 (17.02.2020)
Version=$VER: HEIC 45.1 (04.06.2025)
BaseName=heic
Pattern=#?.heic
Pattern=#?.(heic|heif|avif)
Mask= ANY ANY ANY ANY 'f' 't' 'y' 'p'
GroupID=pict
ID=heic

View File

@ -1,11 +0,0 @@
# DataType Description for HEIF
Name=HEIF
Version=$VER: HEIF 45.0 (17.02.2020)
BaseName=heif
Pattern=#?.heif
Mask= ANY ANY ANY ANY 'f' 't' 'y' 'p'
GroupID=pict
ID=heic
Flags=DTF_BINARY,DTF_CASE
Priority=0

View File

@ -20,7 +20,7 @@ AUDIODESCRIPTORS := \
PICDESCRIPTORS := \
Degas \
GEMImage \
HEIC HEIF \
HEIC \
Lunapaint \
PCX \
SVG \