Commit 6b1b5af0 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/vf_frei0r: Remove duplicate }, fix build

Fixes regression from a3c6b7ff

Reported-by: qq2225936589
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 562f00ed
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment