[MPlayer-dev-eng] [PATCH] libmpdemux/demux_audio: Skip ID3v2.4 tags.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Mon Jan 16 20:47:00 CET 2012
On Mon, Jan 16, 2012 at 01:28:38PM +0100, Benoît Thébaudeau wrote:
> + demuxer->movi_end = stream_tell(s)-len;
And shouldn't this rather be FFMIN with the previous value?
I am sure someone somewhere has managed to combine this with
an ID3v1 tag in a way that overriding the value would result
in trying to play back parts of the ID3v1 tag.
More information about the MPlayer-dev-eng
mailing list