aacenc: Don't set s->cur_channel before apply_window_and_mdct().
In general s->cur_channel should be phased out. Originally committed as revision 25001 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -544,7 +544,6 @@ static int aac_encode_frame(AVCodecContext *avctx,
|
|||||||
for (k = 0; k < ics->num_windows; k++)
|
for (k = 0; k < ics->num_windows; k++)
|
||||||
ics->group_len[k] = wi[j].grouping[k];
|
ics->group_len[k] = wi[j].grouping[k];
|
||||||
|
|
||||||
s->cur_channel = cur_channel;
|
|
||||||
apply_window_and_mdct(avctx, s, &cpe->ch[j], samples2);
|
apply_window_and_mdct(avctx, s, &cpe->ch[j], samples2);
|
||||||
}
|
}
|
||||||
start_ch += chans;
|
start_ch += chans;
|
||||||
|
Reference in New Issue
Block a user