avfilter/vf_frei0r: Remove duplicate }, fix build

Fixes regression from a3c6b7ff59

Reported-by: qq2225936589
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/303/head^2
Michael Niedermayer 6 years ago
parent 562f00ed07
commit 6b1b5af024
  1. 1
      libavfilter/vf_frei0r.c

@ -125,7 +125,6 @@ static int set_param(AVFilterContext *ctx, f0r_param_info_t info, int index, cha
if (sscanf(param, "%lf/%lf", &val.pos.x, &val.pos.y) != 2)
goto fail;
break;
}
case F0R_PARAM_STRING:
val.str = param;

Loading…
Cancel
Save