mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
10l: AAC: Set multiplier to 0.
Originally committed as revision 22299 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
54f158bda2
commit
732436920b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user