mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
562f00ed07
commit
6b1b5af024
|
@ -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…
Reference in New Issue