diff options
author | Thilo Borgmann <thilo.borgmann@mail.de> | 2021-11-05 16:11:59 +0100 |
---|---|---|
committer | Thilo Borgmann <thilo.borgmann@mail.de> | 2021-11-05 16:22:04 +0100 |
commit | c42d513ede6bc58b2cc7b0e47f90be27700843f8 (patch) | |
tree | 4c32356e50a726effac4bd7fce269b4d8fd8ab9c /doc/demuxers.texi | |
parent | f6ab103bb5c2dd494620f7a28ae232efe497a4d1 (diff) | |
download | ffmpeg-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.texi | 2 |
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. |