lavfi/aphaser: silence uninitialized variable warnings.
This commit is contained in:
parent
977ee8afd6
commit
da1bb21c13
@ -186,6 +186,7 @@ static void phaser_## name ##p(AudioPhaserContext *p, \
|
|||||||
{ \
|
{ \
|
||||||
int i, c, delay_pos, modulation_pos; \
|
int i, c, delay_pos, modulation_pos; \
|
||||||
\
|
\
|
||||||
|
av_assert0(channels > 0); \
|
||||||
for (c = 0; c < channels; c++) { \
|
for (c = 0; c < channels; c++) { \
|
||||||
type *s = (type *)src[c]; \
|
type *s = (type *)src[c]; \
|
||||||
type *d = (type *)dst[c]; \
|
type *d = (type *)dst[c]; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user