aboutsummaryrefslogtreecommitdiffstats
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-08-04 10:29:12 +0200
committerPaul B Mahol <onemda@gmail.com>2017-08-04 11:45:08 +0200
commit80bc648e77972482843017aedf8795e5246ee819 (patch)
tree10f3ee9fc51bcb52927325c7d51825a591281361 /doc/filters.texi
parentf2d23ec03f28c6233059687c65a9124f65f8c312 (diff)
downloadffmpeg-80bc648e77972482843017aedf8795e5246ee819.tar.gz
avfilter: add tlut2 filter
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 96abffbbdd..a920bf935e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -9946,9 +9946,13 @@ lutyuv=u='(val-maxval/2)*2+maxval/2':v='(val-maxval/2)*2+maxval/2'
@end example
@end itemize
-@section lut2
+@section lut2, tlut2
-Compute and apply a lookup table from two video inputs.
+The @code{lut2} filter takes two input streams and outputs one
+stream.
+
+The @code{tlut2} (time lut2) filter takes two consecutive frames
+from one single stream.
This filter accepts the following parameters:
@table @option