[FFmpeg-cvslog] avfilter/vf_tile: remove extra whitespace in option description
Paul B Mahol
git at videolan.org
Sat Feb 6 12:42:16 EET 2021
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Feb 5 12:31:01 2021 +0100| [feea20e994e20f0b7946c9fc0b80656ffac941f9] | committer: Paul B Mahol
avfilter/vf_tile: remove extra whitespace in option description
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=feea20e994e20f0b7946c9fc0b80656ffac941f9
---
libavfilter/vf_tile.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 }
};
More information about the ffmpeg-cvslog
mailing list