diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-12-28 18:14:46 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-12-28 18:16:10 +0100 |
commit | 67771ac4b894112b743b37e6df24b0d4f27a120b (patch) | |
tree | 27d3090e1ffeee0ff3496bbb05514ea6e9c2beda /doc | |
parent | b9c46b5242bf338f6e57bc6a4380e69be83c058c (diff) | |
download | ffmpeg-67771ac4b894112b743b37e6df24b0d4f27a120b.tar.gz |
avfilter/avf_showspectrum: add rscroll sliding mode
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 8dae7828a9..316eaa4406 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14585,6 +14585,8 @@ It accepts the following values: the samples start again on the left when they reach the right @item scroll the samples scroll from right to left +@item rscroll +the samples scroll from left to right @item fullframe frames are only produced when the samples reach the right @end table |