summaryrefslogtreecommitdiff
path: root/libavcodec/aacenc.c
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2010-07-07 21:50:50 +0000
committerAlex Converse <alex.converse@gmail.com>2010-07-07 21:50:50 +0000
commit267843844cf320b151962f90e72c4254bf4622a5 (patch)
tree45ef5660f3f5586b99472a519477504aff8752b2 /libavcodec/aacenc.c
parent03d5d9b90023d447fc451da3ff82d9fb4c118e23 (diff)
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.c3
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];