We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da74d48 commit 4d99a7eCopy full SHA for 4d99a7e
filetype/types/image.py
@@ -376,7 +376,7 @@ def match(self, buf):
376
return False
377
378
major_brand, minor_version, compatible_brands = self._get_ftyp(buf)
379
- if major_brand == 'avif':
+ if major_brand in ['avif', 'avis']:
380
return True
381
if major_brand in ['mif1', 'msf1'] and 'avif' in compatible_brands:
382
0 commit comments