diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2019-12-08 00:20:11 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-12-10 16:09:14 +0100 |
commit | a0ae4b7df9156edfa66804e1cd012c4ecc91db4f (patch) | |
tree | 7edae5a37a2f5e337a69e2e56ef97ae3c069926c /libavfilter/vf_drawbox.c | |
parent | 67d4940a7795aa3afc8d1e624de33b030e0be51e (diff) | |
download | ffmpeg-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.c | 2 |
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; |