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:
Michael Niedermayer 2015-02-02 23:09:35 +01:00
parent d545668e25
commit e8c1eb09c7

View File

@ -98,7 +98,7 @@ typedef struct {
const AVClass *class;
enum FilterType filter_type;
enum WidthType width_type;
int width_type;
int poles;
int csg;