diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-11-17 21:33:37 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-12-01 10:55:30 +0100 |
commit | 2cfc8b172ce767928a6394e066cb0b2789efd395 (patch) | |
tree | de38a187a2e3596866e40dbabe1ac056cadb9c24 /doc/filters.texi | |
parent | e01d2c00ae070c6486cdbe3a07546fcffb3ce6cb (diff) | |
download | ffmpeg-2cfc8b172ce767928a6394e066cb0b2789efd395.tar.gz |
avfilter/vf_tile: add init_padding option
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 4a4efc70c8..ec37b9dcb8 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14637,6 +14637,11 @@ is "black". @item overlap Set the number of frames to overlap when tiling several successive frames together. The value must be between @code{0} and @var{nb_frames - 1}. + +@item init_padding +Set the number of frames to initially be empty before displaying first output frame. +This controls how soon will one get first output frame. +The value must be between @code{0} and @var{nb_frames - 1}. @end table @subsection Examples |