summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-09-26 21:57:46 +0200
committerPaul B Mahol <onemda@gmail.com>2020-09-26 22:04:27 +0200
commit85195f6ae99931212ed89ebb59ce62d2b40d397b (patch)
tree4f7b5b47e231d9c54e13964f158e8289e673e55c /doc
parenta162e78cd5f6cf3d8fc30169fc7df482905df01b (diff)
avfilter/vf_histogram: add slide modes for thistogram
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index cbb16f22b2..06572218b8 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -18270,6 +18270,29 @@ Show envelope. Default is disabled.
@item ecolor, ec
Set envelope color. Default is @code{gold}.
+
+@item slide
+Set slide mode.
+
+Available values for slide is:
+@table @samp
+@item frame
+Draw new frame when right border is reached.
+
+@item replace
+Replace old columns with new ones.
+
+@item scroll
+Scroll from right to left.
+
+@item rscroll
+Scroll from left to right.
+
+@item picture
+Draw single picture.
+@end table
+
+Default is @code{replace}.
@end table
@section threshold