mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
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; \
|
||||
\
|
||||
av_assert0(channels > 0); \
|
||||
for (c = 0; c < channels; c++) { \
|
||||
type *s = (type *)src[c]; \
|
||||
type *d = (type *)dst[c]; \
|
||||
|
Loading…
Reference in New Issue
Block a user