summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2019-10-21 18:12:11 +0800
committerMichael Niedermayer <michael@niedermayer.cc>2019-10-21 22:57:10 +0200
commit6079bd5c63e5ef50d110f622d3fab02a48c3a2b0 (patch)
treeae3196b9ba9e35ad0dfc1419f925fdc3bead1865 /doc
parent7a477c4b631b03a547c39981da420f7953de6ff1 (diff)
avfilter/vsrc_mptestsrc: add options to set the maximum number of frames
Signed-off-by: Limin Wang <lance.lmwang@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 bdc4136a22..7400e7dd31 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -20940,6 +20940,9 @@ Set the number or the name of the test to perform. Supported tests are:
@item ring2
@item all
+@item max_frames, m
+Set the maximum number of frames generated for each test, default value is 30.
+
@end table
Default value is "all", which will cycle through the list of all tests.