plugins/id3: Fix id3v2 not skipping CRC if present
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 28 Aug 2013 21:45:55 +0000 (18:45 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 28 Aug 2013 21:50:56 +0000 (18:50 -0300)
commitfdde5300cde7975ddaebc2cc1e9047f314384bb1
tree73190bb04404eb53172915d798ff97a120ccc939
parent95930b0a52cd21748055bc943965e0554cee6c8a
plugins/id3: Fix id3v2 not skipping CRC if present

If there's a CRC field after the extended header, we need to skip it,
too. The worst thing that could happen here is the CRC containing a sync
byte and having no other frames in the ID3v2. In this case our parser
would not find correct mp3 information.
src/plugins/id3/id3.c