diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2012-06-04 11:09:31 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-06-11 07:35:14 +0200 |
commit | 0d96ec19ebc1577b27a889136364a906e1c627b1 (patch) | |
tree | 6f13e284390ac37106ff88bccbaab710c7214155 /libavformat/isom.h | |
parent | 9fb2e234d079a834e66870691bdf1eb8f4648076 (diff) | |
download | ffmpeg-0d96ec19ebc1577b27a889136364a906e1c627b1.tar.gz |
mov: parse tref atom.
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 3 |
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 |