Skip to content
Snippets Groups Projects
Commit 89a420b7 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avcodec/mpegaudio_parser: Discard ID3v1 tag at the end


Ideally this should be discarded by the demuxer but this is not
possible without fully parsing which would be then very similar
to this. The current ID3v1 discard code in the demuxer does not work
and will be removed in a subsequent commit

The discard code could be adjusted if needed to also discard tags at
other locations than the end or to limit this possibly to input
from the mp3 demuxer or even to move the discarding to the
decoder.

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent b23d2bac
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment