mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
avfilter/af_aphaser: Change type to int as its accessed as int via AVOptions
This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e8c1eb09c7
commit
34b13dbadf
@ -37,7 +37,7 @@ typedef struct AudioPhaserContext {
|
||||
double decay;
|
||||
double speed;
|
||||
|
||||
enum WaveType type;
|
||||
int type;
|
||||
|
||||
int delay_buffer_length;
|
||||
double *delay_buffer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user