OSDN Git Service

id3v2: fix reading v2.2 attached pictures
authorAnton Khirnov <anton@khirnov.net>
Sat, 10 Jan 2015 08:39:34 +0000 (09:39 +0100)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Wed, 14 Jan 2015 16:17:24 +0000 (17:17 +0100)
commit54bc15d5ebfd07fd468743ba29f709ea19e840b9
tree9b9be37d59776922bdcdfab40402d6cf21366ed5
parent932788be5af8dee062c77851b573ea47dd6d047a
id3v2: fix reading v2.2 attached pictures

In v2.2, the picture type is not a zero-terminated string, but has a
constant size of 3 bytes.
libavformat/id3v2.c