summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-08-15 16:37:05 +0200
committerPaul B Mahol <onemda@gmail.com>2021-08-15 17:01:11 +0200
commit83860a3d8c45ee2575eb2b8343c0f27f74b61d5d (patch)
treef19e3fbd77d99a30b264fe70c03052fb479b6a06 /doc
parentacd079843b7cdf18a1d6c84a5fe48555f7554e92 (diff)
avfilter/avf_showspectrum: add unwrapped phase data mode
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index bdeb3fedfd..138cc85f8f 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -26897,7 +26897,8 @@ Set scale gain for calculating intensity color values.
Default value is @code{1}.
@item data
-Set which data to display. Can be @code{magnitude}, default or @code{phase}.
+Set which data to display. Can be @code{magnitude}, default or @code{phase},
+or unwrapped phase: @code{uphase}.
@item rotation
Set color rotation, must be in [-1.0, 1.0] range.