avfilter/vf_frei0r: Remove duplicate }, fix build

Fixes regression from a3c6b7ff59

Reported-by: qq2225936589
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2018-08-30 17:09:23 +02:00
parent 562f00ed07
commit 6b1b5af024
1 changed files with 0 additions and 1 deletions

View File

@ -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;