summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-09-06 11:16:19 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-09-06 11:52:10 +0200
commit70f4b453cba08b2ca1df94715f883c2315deeac6 (patch)
tree66c44f181c2f83d09b86fe407b6d5761858d739b /doc/filters.texi
parent496d97f46501aebef80d1717ae01a99031c9e3cf (diff)
doc/showspectrum*: Change options order to reflect numeric values.
Fixes ticket #5823.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 99f07a6337..a3a6abd63c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -16980,10 +16980,10 @@ 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
+@item rscroll
+the samples scroll from left to right
@end table
Default value is @code{replace}.
@@ -17039,12 +17039,12 @@ linear
square root, default
@item cbrt
cubic root
+@item log
+logarithmic
@item 4thrt
4th root
@item 5thrt
5th root
-@item log
-logarithmic
@end table
Default value is @samp{sqrt}.
@@ -17187,12 +17187,12 @@ linear
square root, default
@item cbrt
cubic root
+@item log
+logarithmic
@item 4thrt
4th root
@item 5thrt
5th root
-@item log
-logarithmic
@end table
Default value is @samp{log}.