Browse Source

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>
tags/n2.6
Michael Niedermayer 10 years ago
parent
commit
e8c1eb09c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/af_biquads.c

+ 1
- 1
libavfilter/af_biquads.c View File

@@ -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…
Cancel
Save