tagparser/mpegaudio
Martchus 40031b8ddf Be more error resilient when checking the container and MP3 frames
Most players/tools can cope with MP3 files which have some bytes of junk
after the ID3v2 tag just fine, e.g. ffmpeg shows just
```
[mp3 @ 0x559e1f4cbd80] Skipping 1670 bytes of junk at 1165.
```
and most players can play the file just fine.

This change makes the tag editor also more resilient, allowing it to skip
a certain amount of junk bytes before a known container is detected. It
will also skip a certain amount of junk MPEG audio frames.
2020-11-27 00:13:26 +01:00
..
mpegaudioframe.cpp Improve reading MPEG audio info 2020-11-14 22:58:40 +01:00
mpegaudioframe.h Fix computing MPEG audio frame size 2020-11-14 22:56:47 +01:00
mpegaudioframestream.cpp Be more error resilient when checking the container and MP3 frames 2020-11-27 00:13:26 +01:00
mpegaudioframestream.h Adapt to c++utilities v5 2019-05-04 16:04:21 +02:00