forked from FFmpeg/FFmpeg
avfilter/vf_tile: remove extra whitespace in option description
This commit is contained in:
parent
6317d40d08
commit
feea20e994
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
{ "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),
|
{ "overlap", "set how many frames to overlap for each render", OFFSET(overlap),
|
||||||
AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, FLAGS },
|
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 },
|
AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, FLAGS },
|
||||||
{ NULL }
|
{ NULL }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue