[FFmpeg-cvslog] doc/metadata: fix error in timebase description

Paul B Mahol git at videolan.org
Fri Dec 14 13:58:50 EET 2018


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Dec 14 12:56:13 2018 +0100| [ddefd05507fdf4391485f9985e80e4672486dbfd] | committer: Paul B Mahol

doc/metadata: fix error in timebase description

Fixes #7184.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ddefd05507fdf4391485f9985e80e4672486dbfd
---

 doc/metadata.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list