changeset 12444:2350457a3777 libavcodec

aacenc: Don't set s->cur_channel before apply_window_and_mdct(). In general s->cur_channel should be phased out.
author alexc
date Tue, 31 Aug 2010 00:31:17 +0000
parents e824bd360c35
children 7919771169c5
files aacenc.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/aacenc.c	Mon Aug 30 23:52:03 2010 +0000
+++ b/aacenc.c	Tue Aug 31 00:31:17 2010 +0000
@@ -544,7 +544,6 @@
             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;