summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-05-14 00:10:57 +0200
committerPaul B Mahol <onemda@gmail.com>2023-05-14 00:13:59 +0200
commit28a73506df9c6bcfc6f1ba5b750709f15e4c5ea0 (patch)
treed9689d7b2bc6f38b9c95c0f6b67f291aa9d53eff /doc
parentfb8efa97935ebe111b644696bccad64bef7437d7 (diff)
downloadffmpeg-28a73506df9c6bcfc6f1ba5b750709f15e4c5ea0.tar.gz
avfilter/vf_waveform: add input option
For finer control of selected formats for filtering.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 7e0c87d0fa..c3cf8b470b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -24950,6 +24950,12 @@ Set sample aspect ration to 1/1.
Set sample aspect ratio to match input size of video
@end table
Default is @samp{none}.
+
+@item input
+Set input formats for filter to pick from.
+Can be @samp{all}, for selecting from all available formats,
+or @samp{first}, for selecting first available format.
+Default is @samp{first}.
@end table
@section weave, doubleweave