Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2013-02-03 21:03:39 +0400
committerPaul B Mahol <onemda@gmail.com>2013-02-03 21:05:31 +0400
commit773fc6e0c7122740c3dd6530df6406282ced34da (patch)
tree04c1ab7f05ea5c7d98c07aa0a0b6d282eaf7b090 /doc/filters.texi
parent4d37d2bfc53cf8b3eb9a8a2d3b8ab0d4277e5e55 (diff)
lavfi/showspectrum: set default height to 512
Only power-of-two FFTs are supported; so to get a full spectrum (that is, one up to Nyquist), the height must be a power of two. Therefore, change the default height from 480 to 512. Signed-off-by: Rudolf Polzer <divverent@xonotic.org>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 442fe35466..fdbe3b7671 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6019,7 +6019,7 @@ spectrum.
The filter accepts the following named parameters:
@table @option
@item size, s
-Specify the video size for the output. Default value is @code{640x480}.
+Specify the video size for the output. Default value is @code{640x512}.
@item slide
Specify if the spectrum should slide along the window. Default value is
@code{0}.