On Tue, Jul 28, 2015 at 05:40:23PM +0200, Nedeljko Babic wrote:
> From: Nedeljko Babic
>
> There was fixed number of loops (2048) in preparation for resampler, so
> when number of samples is smaller than this, there would be an overflow on
> ret_buf.
>
> For some reason this behavior popped out
From: Nedeljko Babic
There was fixed number of loops (2048) in preparation for resampler, so
when number of samples is smaller than this, there would be an overflow on
ret_buf.
For some reason this behavior popped out only under valgrind with
--disable-memory-poisoning option.
This is now fixed