aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/isom.h
diff options
context:
space:
mode:
authorClément Bœsch <clement.boesch@smartjog.com>2012-06-04 11:09:31 +0200
committerClément Bœsch <ubitux@gmail.com>2012-06-11 07:35:14 +0200
commit0d96ec19ebc1577b27a889136364a906e1c627b1 (patch)
tree6f13e284390ac37106ff88bccbaab710c7214155 /libavformat/isom.h
parent9fb2e234d079a834e66870691bdf1eb8f4648076 (diff)
downloadandroid_external_ffmpeg-0d96ec19ebc1577b27a889136364a906e1c627b1.tar.gz
android_external_ffmpeg-0d96ec19ebc1577b27a889136364a906e1c627b1.tar.bz2
android_external_ffmpeg-0d96ec19ebc1577b27a889136364a906e1c627b1.zip
mov: parse tref atom.
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r--libavformat/isom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h
index 542b76bf30..5f7f18930f 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -123,6 +123,9 @@ typedef struct MOVStreamContext {
unsigned drefs_count;
MOVDref *drefs;
int dref_id;
+ unsigned tref_type;
+ unsigned trefs_count;
+ uint32_t *trefs;
int wrong_dts; ///< dts are wrong due to huge ctts offset (iMovie files)
int width; ///< tkhd width
int height; ///< tkhd height