summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-07-06 03:40:30 +0000
committerPaul B Mahol <onemda@gmail.com>2013-07-06 04:58:34 +0000
commit96358062650addef5a01fe8333aa3e8d86e1dfd7 (patch)
tree5b784cb94b41c400d1e80d4dd9cf58e35e9a4b5d /doc
parent66537c7efd4ec69056f116e6c10480bb1655b680 (diff)
lavfi/blend: use dual input helpers
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index e3544b5b4f..2ac0c46ec0 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2101,6 +2101,13 @@ Value of pixel component at current location for first video frame (top layer).
@item BOTTOM, B
Value of pixel component at current location for second video frame (bottom layer).
@end table
+
+@item shortest
+Force termination when the shortest input terminates. Default is @code{0}.
+@item repeatlast
+Continue applying the last bottom frame after the end of the stream. A value of
+@code{0} disable the filter after the last frame of the bottom layer is reached.
+Default is @code{1}.
@end table
@subsection Examples