diff options
author | Paul B Mahol | 2018-12-14 12:56:13 +0100 |
---|---|---|
committer | Paul B Mahol | 2018-12-14 12:57:34 +0100 |
commit | ddefd05507fdf4391485f9985e80e4672486dbfd (patch) | |
tree | df7e90e5d6b5c7882ef31d5f3376e3932a853067 | |
parent | d9a91d58a17ff485a02cd63581ba6f528315c767 (diff) |
doc/metadata: fix error in timebase description
Fixes #7184.
-rw-r--r-- | doc/metadata.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/metadata.texi b/doc/metadata.texi index bddcc99470..be91059a98 100644 --- a/doc/metadata.texi +++ b/doc/metadata.texi @@ -33,7 +33,7 @@ At the beginning of a chapter section there may be an optional timebase to be used for start/end values. It must be in form @samp{TIMEBASE=@var{num}/@var{den}}, where @var{num} and @var{den} are integers. If the timebase is missing then start/end times are assumed to -be in milliseconds. +be in nanoseconds. Next a chapter section must contain chapter start and end times in form @samp{START=@var{num}}, @samp{END=@var{num}}, where @var{num} is a positive |