summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-04-26 19:58:28 +0200
committerPaul B Mahol <onemda@gmail.com>2022-04-26 20:07:04 +0200
commit452d611fc70cf7c37df5c68fecedc0e38981e94a (patch)
tree010615f2dbd399feeb52a94d4e00c0630d11d2ca /doc/filters.texi
parent1da3394adb04f6fa97f8730a9ac6f25bc4c440b4 (diff)
avfilter/vf_lut3d: allow to control when to upload CLUT for haldclut
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index cf25edaa0b..52c40833eb 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -13793,6 +13793,10 @@ The Hald CLUT input can be a simple picture or a complete video stream.
The filter accepts the following options:
@table @option
+@item clut
+Set which CLUT video frames will be processed from second input stream,
+can be @var{first} or @var{all}. Default is @var{all}.
+
@item shortest
Force termination when the shortest input terminates. Default is @code{0}.
@item repeatlast