]> git.sesse.net Git - ffmpeg/commitdiff
avfilter/vf_tile: remove extra whitespace in option description
authorPaul B Mahol <onemda@gmail.com>
Fri, 5 Feb 2021 11:31:01 +0000 (12:31 +0100)
committerPaul B Mahol <onemda@gmail.com>
Sat, 6 Feb 2021 10:40:59 +0000 (11:40 +0100)
libavfilter/vf_tile.c

index 6278f72abb352e2ff075b8e0d32b1b8da7aec6b5..7e421a9721d206e8f7d9d42af4a73d776068d929 100644 (file)
@@ -63,7 +63,7 @@ static const AVOption tile_options[] = {
     { "color",   "set the color of the unused area", OFFSET(rgba_color), AV_OPT_TYPE_COLOR, {.str = "black"}, .flags = FLAGS },
     { "overlap", "set how many frames to overlap for each render", OFFSET(overlap),
         AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, FLAGS },
-    { "init_padding", " set how many frames to initially pad", OFFSET(init_padding),
+    { "init_padding", "set how many frames to initially pad", OFFSET(init_padding),
         AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, FLAGS },
     { NULL }
 };