mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
cosmetics: wrap long line
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
0a3d7697b4
commit
ebb230279a
@ -169,7 +169,9 @@ av_cold struct FFIIRFilterState* ff_iir_filter_init_state(int order)
|
||||
} \
|
||||
}
|
||||
|
||||
void ff_iir_filter(const struct FFIIRFilterCoeffs *c, struct FFIIRFilterState *s, int size, const int16_t *src, int sstep, int16_t *dst, int dstep)
|
||||
void ff_iir_filter(const struct FFIIRFilterCoeffs *c,
|
||||
struct FFIIRFilterState *s, int size,
|
||||
const int16_t *src, int sstep, int16_t *dst, int dstep)
|
||||
{
|
||||
if (c->order == 4) {
|
||||
FILTER_BW_O4(int16_t, S16)
|
||||
|
Loading…
Reference in New Issue
Block a user