Sebastian Dröge 4d7b4ca2ae speexdec: Always process the number of frames per packet as specified in the header
Looking at the remaining bits in the bitstream after decoding a
single frame can't be used as loop condition. The remaining
bits might not give a complete frame and the speex decoder will
then output nothing but access uninitialized memory, which leads
to valgrind warnings.

Fixes bug #644669.
2011-03-14 19:31:33 +01:00
..
2011-03-02 23:14:36 +01:00
2011-03-11 09:48:36 +00:00
2011-01-03 18:06:48 +01:00
2011-02-15 09:44:01 +01:00