diff mbox series

[FFmpeg-devel] avfilter/vf_tile: remove extra whitespace in option description

Message ID 20210205113152.8172-1-onemda@gmail.com
State Accepted
Commit feea20e994e20f0b7946c9fc0b80656ffac941f9
Headers show
Series [FFmpeg-devel] avfilter/vf_tile: remove extra whitespace in option description | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Paul B Mahol Feb. 5, 2021, 11:31 a.m. UTC
Signed-off-by: Paul B Mahol <onemda@gmail.com>
---
 libavfilter/vf_tile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paul B Mahol Feb. 5, 2021, 5:14 p.m. UTC | #1
trivial, so will apply.
Nicolas George Feb. 7, 2021, 8:42 a.m. UTC | #2
Paul B Mahol (12021-02-05):
> Signed-off-by: Paul B Mahol <onemda@gmail.com>
> ---
>  libavfilter/vf_tile.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

LGTM.
diff mbox series

Patch

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 }
 };