summaryrefslogtreecommitdiff
path: root/libavfilter/vf_drawbox.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2019-12-08 00:20:11 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2019-12-10 16:09:14 +0100
commita0ae4b7df9156edfa66804e1cd012c4ecc91db4f (patch)
tree7edae5a37a2f5e337a69e2e56ef97ae3c069926c /libavfilter/vf_drawbox.c
parent67d4940a7795aa3afc8d1e624de33b030e0be51e (diff)
downloadffmpeg-a0ae4b7df9156edfa66804e1cd012c4ecc91db4f.tar.gz
Remove redundant ;
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter/vf_drawbox.c')
-rw-r--r--libavfilter/vf_drawbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_drawbox.c b/libavfilter/vf_drawbox.c
index d71e3af397..2750048bcd 100644
--- a/libavfilter/vf_drawbox.c
+++ b/libavfilter/vf_drawbox.c
@@ -292,7 +292,7 @@ static int process_command(AVFilterContext *ctx, const char *cmd, const char *ar
ret = init(ctx);
if (ret < 0)
goto end;
- ret = config_input(inlink);;
+ ret = config_input(inlink);
end:
if (ret < 0) {
s->x = old_x;