On 19.11.2015 14:17, Michael Niedermayer wrote:
> From: Michael Niedermayer <mich...@niedermayer.cc>
> 
> The limit is a conservative guess, the spec does not seem to specify a limit
> 
> Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc>
> ---
>  libavcodec/aacsbr_template.c |   41 +++++++++++++++++++++++++++++++++--------
>  1 file changed, 33 insertions(+), 8 deletions(-)

This fixes the remaining crash problem in the aac_fixed decoder, which is caused
by underflow of sbr->gain[e][m] in sbr_gain_calc.
(That is the same problem as was caused by calling sbr_dequant twice,
just with a different cause.)

Therefore this patch looks good to me. Thanks!

Best regards,
Andreas
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to