summaryrefslogtreecommitdiff
path: root/libavfilter/vf_tile.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-02-05 12:31:01 +0100
committerPaul B Mahol <onemda@gmail.com>2021-02-06 11:40:59 +0100
commitfeea20e994e20f0b7946c9fc0b80656ffac941f9 (patch)
treebe3310e40015e07c37a0761aa5aa2ee2ab90c12f /libavfilter/vf_tile.c
parent6317d40d0813fa1e251730052de87fafb909b829 (diff)
downloadffmpeg-feea20e994e20f0b7946c9fc0b80656ffac941f9.tar.gz
avfilter/vf_tile: remove extra whitespace in option description
Diffstat (limited to 'libavfilter/vf_tile.c')
-rw-r--r--libavfilter/vf_tile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_tile.c b/libavfilter/vf_tile.c
index 6278f72abb..7e421a9721 100644
--- a/libavfilter/vf_tile.c
+++ b/libavfilter/vf_tile.c
@@ -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 }
};