diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2016-08-26 14:30:06 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2016-08-29 15:31:03 +0200 |
commit | eb96505b761eb02b6a3efc76d854afa6a41941ff (patch) | |
tree | eddd79e28f2d56bd6039b9496de9c111ffaf942e /libavformat/isom.h | |
parent | 4ab496261b12e20ef293b7adca4fcaef1a67c538 (diff) | |
download | ffmpeg-eb96505b761eb02b6a3efc76d854afa6a41941ff.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>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 75aa70bccc..58f0a20062 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -128,7 +128,6 @@ typedef struct MOVStreamContext { unsigned drefs_count; MOVDref *drefs; int dref_id; - 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 |