summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-01-10 11:20:21 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-01-17 12:03:30 +0100
commita798c20a76196d76db27f7446ab90f8062f3c4eb (patch)
treef543171bcf0af5e0c72474b51a451a54be2f369a /doc
parent9f7144b44cdecd27ca8c509e095d6a1ff51a7162 (diff)
lavfi/testsrc: add "decimals" option to the testsrc filter
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 2afc1d3b3a..3c9f55434d 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3237,6 +3237,14 @@ See also the function @code{av_parse_time()}.
If not specified, or the expressed duration is negative, the video is
supposed to be generated forever.
+
+@item decimals, n
+Set the number of decimals to show in the timestamp, only used in the
+@code{testsrc} source.
+
+The displayed timestamp value will correspond to the original
+timestamp value multiplied by the power of 10 of the specified
+value. Default value is 0.
@end table
For example the following: