mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-13 19:01:03 +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].num_windows = 1;
|
||||||
wi[j].grouping[0] = 1;
|
wi[j].grouping[0] = 1;
|
||||||
} else {
|
} 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[1] = ics->window_sequence[0];
|
||||||
ics->window_sequence[0] = wi[j].window_type[0];
|
ics->window_sequence[0] = wi[j].window_type[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user