flacparse: Fix uninitialized variable compiler warnings
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 4 Oct 2010 08:41:52 +0000 (10:41 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 8 Apr 2011 17:07:09 +0000 (18:07 +0100)
commit872b49efa7cad7ec67058b09d4336e5d6c34fdf7
treefecee71a54eedc3f47928a85cde640a4c8085269
parent70d5346ee86e8bd029499b7fc90cdcc3ca2b39ac
flacparse: Fix uninitialized variable compiler warnings

These warnings are wrong, the variables are only used if they were
initialized by the bit reader.
gst/audioparsers/gstflacparse.c