diff --git a/libavfilter/vf_hue.c b/libavfilter/vf_hue.c index 9674a20f67..cfd71b1f89 100644 --- a/libavfilter/vf_hue.c +++ b/libavfilter/vf_hue.c @@ -144,6 +144,7 @@ static inline int set_options(AVFilterContext *ctx, const char *args) hue->hue_expr = NULL; hue->hue_deg_expr = NULL; + hue->saturation_expr = NULL; if ((ret = av_set_options_string(hue, args, "=", ":")) < 0) return ret;