diff options
author | Alex Converse <alex.converse@gmail.com> | 2010-07-07 21:50:50 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2010-07-07 21:50:50 +0000 |
commit | 267843844cf320b151962f90e72c4254bf4622a5 (patch) | |
tree | 45ef5660f3f5586b99472a519477504aff8752b2 /libavcodec/aacenc.c | |
parent | 03d5d9b90023d447fc451da3ff82d9fb4c118e23 (diff) | |
download | ffmpeg-267843844cf320b151962f90e72c4254bf4622a5.tar.gz |
Cosmetics: whitespace
Originally committed as revision 24100 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aacenc.c')
-rw-r--r-- | libavcodec/aacenc.c | 3 |
1 files changed, 2 insertions, 1 deletions
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]; |