id3v2: ignore RVA2 tags with more than 64 peak bits
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 10 Apr 2014 11:03:05 +0000 (12:03 +0100)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Mon, 30 Mar 2015 11:33:06 +0000 (12:33 +0100)
commite2a9f0ef4ef54d212456c4f5c61c03513dbbb4d7
tree9abbe0c7597bda9aeb98d2fa4676e3ad35803f4f
parent985ed4847f34d1eb3b954725c5e53c870a81c5db
id3v2: ignore RVA2 tags with more than 64 peak bits

The spec for this does not say nor imply how this should be
interpreted.  The previous code would try to shift by 64 bits,
which is undefined.

Coverity 1195119

https://bugzilla.gnome.org/show_bug.cgi?id=727955
gst-libs/gst/tag/id3v2frames.c