ffmpeg/libavcodec
Nedeljko Babic fee7c42bf4 avcodec/aac_fixed: Fix a bug in spectral_to_sample()
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 and number of loops depends on actual number of samples.

Signed-off-by: Nedeljko Babic <nedeljko.babic@rt-rk.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-28 20:13:07 +02:00
..
2015-07-27 19:13:48 +02:00
2015-07-27 19:13:48 +02:00
2015-07-27 19:13:48 +02:00
2015-07-25 14:07:55 +02:00
2015-06-14 15:09:33 +02:00
2015-02-06 19:07:29 +01:00
2015-07-22 23:23:29 +02:00
2015-04-18 14:14:24 -03:00
2015-05-06 17:50:09 +02:00
2015-05-28 16:10:56 +02:00
2015-03-14 14:05:25 +01:00
2015-07-22 16:15:53 +02:00
2015-07-27 16:00:22 +01:00
2015-07-27 16:00:22 +01:00
2015-05-20 15:50:58 +02:00
2015-06-17 20:11:43 +02:00
2015-07-27 19:13:48 +02:00
2015-07-22 23:23:29 +02:00
2015-07-10 16:21:50 +02:00
2015-07-27 15:24:58 +01:00