lavfi/aphaser: silence uninitialized variable warnings.

pull/14/head
Clément Bœsch 12 years ago
parent 977ee8afd6
commit da1bb21c13
  1. 1
      libavfilter/af_aphaser.c

@ -186,6 +186,7 @@ static void phaser_## name ##p(AudioPhaserContext *p, \
{ \
int i, c, delay_pos, modulation_pos; \
\
av_assert0(channels > 0); \
for (c = 0; c < channels; c++) { \
type *s = (type *)src[c]; \
type *d = (type *)dst[c]; \

Loading…
Cancel
Save