flacdec: fix bit twiddling
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Tue, 16 Aug 2011 14:27:43 +0000 (15:27 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 16 Aug 2011 23:01:37 +0000 (00:01 +0100)
commit64beef46101b023ca4f052c769ce9b0280ca9dcc
tree1a03e7132cc9d767758cbba99662228505df3746
parent1549aaba2749f9b8a2fc9e56c849c69a8107098f
flacdec: fix bit twiddling

Right shifting a 8 bit value by 8 bits is twice too much
to get the high 4 bits.

https://bugzilla.gnome.org/show_bug.cgi?id=650960
ext/flac/gstflacdec.c