Commit ea559fd1 authored by alexc's avatar alexc

10l: AAC: Set multiplier to 0.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22299 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cc24d10d
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment