Commit ebb23027 authored by Justin Ruggles's avatar Justin Ruggles Committed by Mans Rullgard

cosmetics: wrap long line

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 0a3d7697
...@@ -169,7 +169,9 @@ av_cold struct FFIIRFilterState* ff_iir_filter_init_state(int order) ...@@ -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) { if (c->order == 4) {
FILTER_BW_O4(int16_t, S16) FILTER_BW_O4(int16_t, S16)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment