summaryrefslogtreecommitdiff
path: root/doc/demuxers.texi
diff options
context:
space:
mode:
authorThilo Borgmann <thilo.borgmann@mail.de>2021-11-05 16:11:59 +0100
committerThilo Borgmann <thilo.borgmann@mail.de>2021-11-05 16:22:04 +0100
commitc42d513ede6bc58b2cc7b0e47f90be27700843f8 (patch)
tree4c32356e50a726effac4bd7fce269b4d8fd8ab9c /doc/demuxers.texi
parentf6ab103bb5c2dd494620f7a28ae232efe497a4d1 (diff)
downloadffmpeg-c42d513ede6bc58b2cc7b0e47f90be27700843f8.tar.gz
lavf/mov: Change default to prefer TFDT time and allow for fallback to SIDX or TFDT
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r--doc/demuxers.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 1c9575b2e8..cab8a7072c 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -691,7 +691,7 @@ Don't use mfra box to set timestamps
@item use_tfdt
For fragmented input, set fragment's starting timestamp to @code{baseMediaDecodeTime} from the @code{tfdt} box.
-Default is disabled, which will preferentially use the @code{earliest_presentation_time} from the @code{sidx} box.
+Default is enabled, which will prefer to use the @code{tfdt} box to set DTS. Disable to use the @code{earliest_presentation_time} from the @code{sidx} box.
In either case, the timestamp from the @code{mfra} box will be used if it's available and @code{use_mfra_for} is
set to pts or dts.