From 267843844cf320b151962f90e72c4254bf4622a5 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Wed, 7 Jul 2010 21:50:50 +0000 Subject: Cosmetics: whitespace Originally committed as revision 24100 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aacenc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/aacenc.c') diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c index 7015895e95..f122fe11ac 100644 --- a/libavcodec/aacenc.c +++ b/libavcodec/aacenc.c @@ -529,7 +529,8 @@ static int aac_encode_frame(AVCodecContext *avctx, wi[j].num_windows = 1; wi[j].grouping[0] = 1; } else { - wi[j] = ff_psy_suggest_window(&s->psy, samples2, la, start_ch + j, ics->window_sequence[0]); + wi[j] = ff_psy_suggest_window(&s->psy, samples2, la, start_ch + j, + ics->window_sequence[0]); } ics->window_sequence[1] = ics->window_sequence[0]; ics->window_sequence[0] = wi[j].window_type[0]; -- cgit v1.2.3