зеркало из https://github.com/mozilla/gecko-dev.git
0b3d5845c0
We found there is a mp3 where the size is empty in its ID3 header, which makes mp3 parser think of that we haven't parsed the header yet, and then skip unnecessary bytes again and again. We should use `Maybe` to know whether we finish parsing the size or not. Differential Revision: https://phabricator.services.mozilla.com/D39252 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
MP3Decoder.cpp | ||
MP3Decoder.h | ||
MP3Demuxer.cpp | ||
MP3Demuxer.h | ||
MP3FrameParser.cpp | ||
MP3FrameParser.h | ||
moz.build |