OSDN Git Service

id3v2: explicitly seek to the end of the tag after reading
authorAnton Khirnov <anton@khirnov.net>
Thu, 17 Mar 2011 06:10:23 +0000 (07:10 +0100)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 21 Mar 2011 18:56:59 +0000 (14:56 -0400)
commitbca6dee386307e4f3646632d98a9db87ce9de249
treef865769f272cbc4ae622578ef9356c90809b0dc0
parent933e90a69a4b9c558d4fae9dffb15378910481d3
id3v2: explicitly seek to the end of the tag after reading

Current code might stop in the middle of an invalid tag.

fixes issue2650

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavformat/id3v2.c