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:
8e4c11e
)
aacenc: Don't set s->cur_channel before apply_window_and_mdct().
author
Alex Converse
<alex.converse@gmail.com>
Tue, 31 Aug 2010 00:31:17 +0000
(
00:31
+0000)
committer
Alex Converse
<alex.converse@gmail.com>
Tue, 31 Aug 2010 00:31:17 +0000
(
00:31
+0000)
In general s->cur_channel should be phased out.
Originally committed as revision 25001 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/aacenc.c
patch
|
blob
|
history
diff --git
a/libavcodec/aacenc.c
b/libavcodec/aacenc.c
index
0c911b8
..
c0e3c35
100644
(file)
--- a/
libavcodec/aacenc.c
+++ b/
libavcodec/aacenc.c
@@
-544,7
+544,6
@@
static int aac_encode_frame(AVCodecContext *avctx,
for (k = 0; k < ics->num_windows; k++)
ics->group_len[k] = wi[j].grouping[k];
- s->cur_channel = cur_channel;
apply_window_and_mdct(avctx, s, &cpe->ch[j], samples2);
}
start_ch += chans;