diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-05-23 13:56:08 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-05-23 17:22:05 +0200 |
commit | a0a41db3398e2ea15b85d534877c53bc381de73b (patch) | |
tree | 323035ce73d15f1d63c662f6c78858bf462a6521 /doc | |
parent | 288f9166430285224c689906d002499096acc1a9 (diff) | |
download | ffmpeg-streaming-a0a41db3398e2ea15b85d534877c53bc381de73b.zip ffmpeg-streaming-a0a41db3398e2ea15b85d534877c53bc381de73b.tar.gz |
lavfi/testsrc: make nb_decimals available only in testsrc.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a1adb31..779238f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -7453,7 +7453,7 @@ 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 +Set the number of decimals to show in the timestamp, only available in the @code{testsrc} source. The displayed timestamp value will correspond to the original |