summaryrefslogtreecommitdiff
path: root/doc/formats.texi
diff options
context:
space:
mode:
authorMoritz Barsnick <barsnick@gmx.net>2016-02-18 14:47:10 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-02-18 15:24:31 +0100
commit6eaad752c1c6d854af881f813ae5a414d4d336f1 (patch)
treee6a9e02caf029450175266869b9506a59a3cf61e /doc/formats.texi
parent07c7e71d20f7601e791ebe331afe5dcb55fcc118 (diff)
lavf/options_table: mark use_wallclock_as_timestamps as boolean
It is only used in a boolean context. Also clarify its documentation. Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/formats.texi')
-rw-r--r--doc/formats.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/formats.texi b/doc/formats.texi
index 617cda54a9..f79ebe28ac 100644
--- a/doc/formats.texi
+++ b/doc/formats.texi
@@ -147,7 +147,7 @@ a packet for each stream, regardless of the maximum timestamp
difference between the buffered packets.
@item use_wallclock_as_timestamps @var{integer} (@emph{input})
-Use wallclock as timestamps.
+Use wallclock as timestamps if set to 1. Default is 0.
@item avoid_negative_ts @var{integer} (@emph{output})