diff options
author | Marth64 <marth64@proxyid.net> | 2024-02-04 12:41:33 -0600 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2024-02-07 00:55:40 +0100 |
commit | 97fb84d74e9086cbed135486dca70ca8c569449c (patch) | |
tree | 3a59eb4c78b51a4cd6381f67fe78f4ee878bfdbe /doc | |
parent | 5076fa30ab6f36955dc711f348a16fd063c1e962 (diff) | |
download | ffmpeg-97fb84d74e9086cbed135486dca70ca8c569449c.tar.gz |
doc/formats: clarify meaning of igndts as per definition in avformat.h
Signed-off-by: Marth64 <marth64@proxyid.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/formats.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/formats.texi b/doc/formats.texi index 640b23b790..69fc1457a4 100644 --- a/doc/formats.texi +++ b/doc/formats.texi @@ -46,7 +46,8 @@ Enable fast, but inaccurate seeks for some formats. @item genpts Generate missing PTS if DTS is present. @item igndts -Ignore DTS if PTS is set. Inert when nofillin is set. +Ignore DTS if PTS is also set. In case the PTS is set, the DTS value +is set to NOPTS. This is ignored when the @code{nofillin} flag is set. @item ignidx Ignore index. @item nobuffer |