summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-08-16 17:02:11 +0200
committerAnton Khirnov <anton@khirnov.net>2022-10-04 11:55:03 +0200
commita6bf4d47a99732bcecc0294ef39ac0a297680b63 (patch)
treecb90dd7ee68dc850b0a4a507361c8223b16a5c4d /doc
parent06758370aafc7f89344c91d3d05c41c606ad03eb (diff)
lavfi/avf_showspatial: add framerate option
Apparently this option was intended (the context contains a currently-unused frame_rate field), but was never added. This results in the output timebase being unset after config_output(), so the input audio timebase ends up being used for video output, which is clearly wrong. Add an option for setting output video framerate. Also set output frame durations.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index d0f718678c..7e516a43ba 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -29337,6 +29337,9 @@ Default value is @code{hann}.
Set ratio of overlap window. Default value is @code{0.5}.
When value is @code{1} overlap is set to recommended size for specific
window function currently used.
+
+@item rate, r
+Set output framerate.
@end table
@anchor{showspectrum}