]> git.sesse.net Git - ffmpeg/commit
avformat/mp3dec: offset seek index to end of id3v2 tag
authorwm4 <nfxjfg@googlemail.com>
Tue, 31 Mar 2015 20:47:37 +0000 (22:47 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 31 Mar 2015 21:22:07 +0000 (23:22 +0200)
commit8b76c0eb561b0313e2a27950fe9d2bc5e4780dd8
tree2a9b19eb800ca913f5d04630b11d9a4529074358
parent2ddedfd39c0d6b49e6396c535d5cb21846676a13
avformat/mp3dec: offset seek index to end of id3v2 tag

The Xing index won't account for the id3 tag - it's relative to the
headers.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/mp3dec.c