summaryrefslogtreecommitdiff
path: root/libavfilter/vf_frei0r.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2018-08-30 17:09:23 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2018-08-30 17:12:25 +0200
commit6b1b5af0240b24274f52963a2bac0f9a6d78304a (patch)
tree3b388fec5e436780ebb3117d62e51396cd0cc6c5 /libavfilter/vf_frei0r.c
parent562f00ed072080b34f351577818783a94ac9de62 (diff)
avfilter/vf_frei0r: Remove duplicate }, fix build
Fixes regression from a3c6b7ff5903b8a044e30edaaa0de00e70517538 Reported-by: qq2225936589 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter/vf_frei0r.c')
-rw-r--r--libavfilter/vf_frei0r.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_frei0r.c b/libavfilter/vf_frei0r.c
index 67b2f374c3..c775ed1d99 100644
--- a/libavfilter/vf_frei0r.c
+++ b/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;