You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "mkvinfo.py", line 8, in <module>
mkv = enzyme.MKV(f)
File "/usr/local/lib/python2.7/dist-packages/enzyme-0.4.1-py2.7.egg/enzyme/mkv.py", line 54, in __init__
self._parse_seekhead(seek_head, segment, stream, specs)
File "/usr/local/lib/python2.7/dist-packages/enzyme-0.4.1-py2.7.egg/enzyme/mkv.py", line 75, in _parse_seekhead
self.audio_tracks.extend([AudioTrack.fromelement(t) for t in tracks if t['TrackType'].data == AUDIO_TRACK])
File "/usr/local/lib/python2.7/dist-packages/enzyme-0.4.1-py2.7.egg/enzyme/mkv.py", line 246, in fromelement
audiotrack.sampling_frequency = element['Audio'].get('SamplingFrequency', 8000.0)
File "/usr/local/lib/python2.7/dist-packages/enzyme-0.4.1-py2.7.egg/enzyme/parsers/ebml/core.py", line 129, in __getitem__
raise KeyError(key)
KeyError: 'Audio'
The text was updated successfully, but these errors were encountered:
Fuzzed sample: http://bugs.fi/media/afl/enzyme/enzyme-003.mkv
Fuzzers used: http://lcamtuf.coredump.cx/afl/ https://bitbucket.org/jwilk/python-afl
SHA1: de8facfbada0207fabfa512fb3674955e6e9af85
mkvinfo.py:
The text was updated successfully, but these errors were encountered: