projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54f158b
)
10l: AAC: Set multiplier to 0.
author
Alex Converse
<alex.converse@gmail.com>
Sun, 7 Mar 2010 23:52:33 +0000
(23:52 +0000)
committer
Alex Converse
<alex.converse@gmail.com>
Sun, 7 Mar 2010 23:52:33 +0000
(23:52 +0000)
Originally committed as revision 22299 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/aac.c
patch
|
blob
|
history
diff --git
a/libavcodec/aac.c
b/libavcodec/aac.c
index
ac3e49c
..
c475542
100644
(file)
--- 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;