summaryrefslogtreecommitdiff
path: root/libavformat/isom.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r--libavformat/isom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h
index ecfa83c150..5b18f1ee98 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -115,9 +115,10 @@ typedef struct MOVStreamContext {
unsigned drefs_count;
MOVDref *drefs;
int dref_id;
- int wrong_dts; ///< dts are wrong due to negative ctts
+ 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
} MOVStreamContext;
typedef struct MOVContext {