• Michael Niedermayer's avatar
    avcodec/mpegaudio_parser: Discard ID3v1 tag at the end · 89a420b7
    Michael Niedermayer authored
    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: 's avatarMichael Niedermayer <michaelni@gmx.at>
    89a420b7
mpegaudio_parser.c 4.44 KB