diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2021-05-29 14:27:34 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2021-06-02 10:46:04 +0530 |
commit | 071930de724166bfb90fc6d368c748771188fd94 (patch) | |
tree | 23742d9de807a3ebc92b1ff61c5694a9b877f6d4 /libavformat/isom.h | |
parent | 127c40c9ca90dfe03cde0181f1e6654813a4b2b7 (diff) | |
download | ffmpeg-071930de724166bfb90fc6d368c748771188fd94.tar.gz |
avformat/mov: add option to use tfdt for fragment timestamps.
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index 5a6d504090..ac1b3f3d56 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -277,6 +277,7 @@ typedef struct MOVContext { int moov_retry; int use_mfra_for; int has_looked_for_mfra; + int use_tfdt; MOVFragmentIndex frag_index; int atom_depth; unsigned int aax_mode; ///< 'aax' file has been detected |