mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 08:42:39 +00:00
Cosmetics: whitespace
Originally committed as revision 24100 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
03d5d9b900
commit
267843844c
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user