[FFmpeg-devel] skip multiple id3v2 headers

David Byron dbyron
Thu Sep 9 17:02:40 CEST 2010


> if you want to see a patch applied that skips half of the
> metadata such thing must be justified and shown to be
> neccessary compared to parsing all metadata which is also
> simpler in code.  and no i dont care what is closer to
> current buggy behavior.

Fair enough.  Here are patches to read all the metadata.

The third patch changes the behavior of ff_id3v2_parse so it gets all the
way to the end of the second id3v2 tag in the
two_id3v2_with_fake_mpeg_small.mp3 file I sent earlier.  Without this patch
it doesn't read enough and av_read_frame delivers part of the second id3v2
tag as audio.

-DB



More information about the ffmpeg-devel mailing list