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:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -20,7 +20,7 @@ AUDIODESCRIPTORS := \
|
||||
PICDESCRIPTORS := \
|
||||
Degas \
|
||||
GEMImage \
|
||||
HEIC HEIF \
|
||||
HEIC \
|
||||
Lunapaint \
|
||||
PCX \
|
||||
SVG \
|
||||
|
||||
Reference in New Issue
Block a user