OSDN Git Service

Seek back to old position after reading id3v1 tag.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Mon, 7 Mar 2011 09:24:37 +0000 (10:24 +0100)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Mon, 7 Mar 2011 22:32:26 +0000 (23:32 +0100)
commitf8fab7499666e4d157919b7190d916db9f94a665
treedf67c1da59c4603daf8cae2e053800a3aca4d7c1
parent8993b5969ad1106df28f1128ed2fb2a18ba39989
Seek back to old position after reading id3v1 tag.

FFmpeg did not seek back to the original position, but to "0", making
reading a VBR tag impossible.
(issue 2645)
libavformat/id3v1.c