diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-08-25 16:58:14 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-08-25 21:12:19 +0200 |
commit | 04f8d312877ffdcb816c7ff74b94eaa06dd6e1f0 (patch) | |
tree | 604e4362492f3492ff5c5b9260c9524bb7f34ad3 /libavformat/isom.h | |
parent | 500662784341373d625af629cad94826beca3bc8 (diff) | |
download | ffmpeg-04f8d312877ffdcb816c7ff74b94eaa06dd6e1f0.tar.gz |
mov: Remove ancient heuristic hack
This breaks files with legitimate single-entry edit lists,
and the hack, introduced in f03a081df09f9c4798a17d7e24446ed47924b11b,
has no link to any known sample in its commit message.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index df6c15a9bf..2246fed4ef 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -155,7 +155,6 @@ typedef struct MOVStreamContext { MOVDref *drefs; int dref_id; int timecode_track; - int wrong_dts; ///< dts are wrong due to huge ctts offset (iMovie files) int width; ///< tkhd width int height; ///< tkhd height int dts_shift; ///< dts shift when ctts is negative |