mirror of https://git.ffmpeg.org/ffmpeg.git
swresample: fix another broken indent chunk.
Also use a consistent style inside that block.
This commit is contained in:
parent
b2f88ce21c
commit
ade3ec8457
|
@ -213,7 +213,6 @@ AVResampleContext *swr_resample_init(AVResampleContext *c, int out_rate, int in_
|
|||
c->phase_mask = phase_count - 1;
|
||||
c->linear = linear;
|
||||
c->factor = factor;
|
||||
|
||||
c->filter_length = FFMAX((int)ceil(filter_size/factor), 1);
|
||||
c->filter_bank = av_mallocz(c->filter_length*(phase_count+1)*sizeof(FELEM));
|
||||
if (!c->filter_bank)
|
||||
|
|
Loading…
Reference in New Issue