[FFmpeg-devel] [mpegaudio_parser] Skip trailing junk data when flushing parser.
Dale Curtis
dalecurtis at chromium.org
Fri Feb 23 02:46:13 EET 2018
The parser should only return valid mpeg audio packets; it generally
does so, but in the case of flush, it returns whatever happens to
be in the buffer instead of ensuring its first a valid mpeg packet.
The fix is to check whether a valid frame size has been parsed and
if not discard the packet when flushing.
This should fix all sorts of mp3 files with trailing garbage.
Signed-off-by: Dale Curtis <dalecurtis at chromium.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_trailing_garbage_mp3.patch
Type: text/x-patch
Size: 1897 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180222/e9bf2671/attachment.bin>
More information about the ffmpeg-devel
mailing list