Commit e8c1eb09 authored by Michael Niedermayer's avatar Michael Niedermayer

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: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent d545668e
......@@ -98,7 +98,7 @@ typedef struct {
const AVClass *class;
enum FilterType filter_type;
enum WidthType width_type;
int width_type;
int poles;
int csg;
......
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