diff --git a/libavfilter/af_aphaser.c b/libavfilter/af_aphaser.c index 9d8f696bd5..708b568c74 100644 --- a/libavfilter/af_aphaser.c +++ b/libavfilter/af_aphaser.c @@ -37,7 +37,7 @@ typedef struct AudioPhaserContext { double decay; double speed; - enum WaveType type; + int type; int delay_buffer_length; double *delay_buffer;