Add AVIF/HEIC detection

ffmpeg doesn't support HEIC decoding yet...
This commit is contained in:
Ruin0x11
2021-05-07 14:36:58 -07:00
parent ca77149597
commit 169593ea36
17 changed files with 3613 additions and 16 deletions

View File

@ -36,6 +36,8 @@
'image/jpeg': 'JPEG',
'image/png': 'PNG',
'image/webp': 'WEBP',
'image/avif': 'AVIF',
'image/heic': 'HEIC',
'video/webm': 'WEBM',
'video/mp4': 'MPEG-4',
'application/x-shockwave-flash': 'SWF',

View File

@ -9,6 +9,8 @@
'image/jpeg': 'JPEG',
'image/png': 'PNG',
'image/webp': 'WEBP',
'image/avif': 'AVIF',
'image/heic': 'HEIC',
'video/webm': 'WEBM',
'video/mp4': 'MPEG-4',
'application/x-shockwave-flash': 'SWF',