From 732436920bcf523b36360d72ef069d44ffe19222 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Sun, 7 Mar 2010 23:52:33 +0000 Subject: [PATCH] 10l: AAC: Set multiplier to 0. Originally committed as revision 22299 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/aac.c b/libavcodec/aac.c index ac3e49c..c475542 100644 --- a/libavcodec/aac.c +++ b/libavcodec/aac.c @@ -2034,7 +2034,7 @@ static int aac_decode_frame(AVCodecContext *avccontext, void *data, spectral_to_sample(ac); - multiplier = 1; + multiplier = 0; samples <<= multiplier; if (ac->output_configured < OC_LOCKED) { avccontext->sample_rate = ac->m4ac.sample_rate << multiplier; -- 2.7.4