summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-08-04 22:42:44 +0200
committerPaul B Mahol <onemda@gmail.com>2021-08-04 22:42:44 +0200
commit82123e133db6d556f3366a1cbb4f0439d70539d4 (patch)
tree3092ddde8de9c7cdb64a1ad097912ca56db8f0e1 /doc
parentb1388cd6c53a101425f33f427ac890d42d03e107 (diff)
avfilter/avf_showspectrum: add lreplace sliding mode
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 66c0f87e47..7a266c2a32 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -26749,6 +26749,8 @@ the samples scroll from right to left
frames are only produced when the samples reach the right
@item rscroll
the samples scroll from left to right
+@item lreplace
+the samples start again on the right when they reach the left
@end table
Default value is @code{replace}.