]> git.sesse.net Git - ffmpeg/commitdiff
avfilter/drawbox: fix formatting after d64cbd4fda
authorGyan Doshi <ffmpeg@gyani.pro>
Fri, 5 Feb 2021 11:59:59 +0000 (17:29 +0530)
committerGyan Doshi <ffmpeg@gyani.pro>
Fri, 5 Feb 2021 11:59:59 +0000 (17:29 +0530)
libavfilter/vf_drawbox.c

index 21d520e52939cdd5b21d1c29598fd05c50b36dea..6151db4d2220844ea6e27c6436fa7abea3c46151 100644 (file)
@@ -322,7 +322,7 @@ static const AVOption drawbox_options[] = {
     { "c",         "set color of the box",                         OFFSET(color_str), AV_OPT_TYPE_STRING, { .str = "black" }, 0, 0, FLAGS },
     { "thickness", "set the box thickness",                        OFFSET(t_expr),    AV_OPT_TYPE_STRING, { .str="3" },       0, 0, FLAGS },
     { "t",         "set the box thickness",                        OFFSET(t_expr),    AV_OPT_TYPE_STRING, { .str="3" },       0, 0, FLAGS },
-    { "replace",   "replace color & alpha",                        OFFSET(replace),   AV_OPT_TYPE_BOOL,   { .i64=0 },         0,        1,        FLAGS },
+    { "replace",   "replace color & alpha",                        OFFSET(replace),   AV_OPT_TYPE_BOOL,   { .i64=0   },       0, 1, FLAGS },
     { NULL }
 };