Commit 34b13dba authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/af_aphaser: Change type to int as its accessed as int via AVOptions

This fixes depending on implementation defined behavior
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e8c1eb09
......@@ -37,7 +37,7 @@ typedef struct AudioPhaserContext {
double decay;
double speed;
enum WaveType type;
int type;
int delay_buffer_length;
double *delay_buffer;
......
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