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.
2 parents b5e2d92 + 4d99a7e commit 7283d2eCopy full SHA for 7283d2e
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