[FFmpeg-cvslog] r24100 - trunk/libavcodec/aacenc.c
alexc
subversion
Wed Jul 7 23:50:51 CEST 2010
Author: alexc
Date: Wed Jul 7 23:50:50 2010
New Revision: 24100
Log:
Cosmetics: whitespace
Modified:
trunk/libavcodec/aacenc.c
Modified: trunk/libavcodec/aacenc.c
==============================================================================
--- trunk/libavcodec/aacenc.c Wed Jul 7 23:48:51 2010 (r24099)
+++ trunk/libavcodec/aacenc.c Wed Jul 7 23:50:50 2010 (r24100)
@@ -529,7 +529,8 @@ static int aac_encode_frame(AVCodecConte
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];
More information about the ffmpeg-cvslog
mailing list