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 13c8b72 commit dc8c950Copy full SHA for dc8c950
filetype/types/audio.py
@@ -54,6 +54,8 @@ def match(self, buf):
54
buf[1] == 0xFA or #MPEG 1 with error protection
55
buf[1] == 0xFB): #MPEG 1 w/o error protection
56
return True
57
+ else:
58
+ return False
59
else:
60
return False
61
0 commit comments