diff --git a/libavfilter/vf_curves.c b/libavfilter/vf_curves.c index b17c391fff..29b469f1f5 100644 --- a/libavfilter/vf_curves.c +++ b/libavfilter/vf_curves.c @@ -60,7 +60,7 @@ enum preset { typedef struct { const AVClass *class; - enum preset preset; + int preset; char *comp_points_str[NB_COMP + 1]; char *comp_points_str_all; uint8_t graph[NB_COMP + 1][256];