avfilter/af_biquads: Change width_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
d545668e25
commit
e8c1eb09c7
@ -98,7 +98,7 @@ typedef struct {
|
|||||||
const AVClass *class;
|
const AVClass *class;
|
||||||
|
|
||||||
enum FilterType filter_type;
|
enum FilterType filter_type;
|
||||||
enum WidthType width_type;
|
int width_type;
|
||||||
int poles;
|
int poles;
|
||||||
int csg;
|
int csg;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user