summaryrefslogtreecommitdiff
path: root/libavformat/isom.h
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-08-25 16:58:14 +0100
committerPaul B Mahol <onemda@gmail.com>2016-08-25 21:12:19 +0200
commit04f8d312877ffdcb816c7ff74b94eaa06dd6e1f0 (patch)
tree604e4362492f3492ff5c5b9260c9524bb7f34ad3 /libavformat/isom.h
parent500662784341373d625af629cad94826beca3bc8 (diff)
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.h1
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