diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2012-01-31 10:52:47 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-02-02 14:31:17 +0100 |
commit | 77971609dec16882d2df52328db561a2dc3e591e (patch) | |
tree | 53f7a8356561bbdcdf09d7831b6cba3317656e18 /libavformat/isom.h | |
parent | bd10f01aa8baa6af79695b0c311a01ef900f87a7 (diff) | |
download | ffmpeg-77971609dec16882d2df52328db561a2dc3e591e.tar.gz |
mov: honor tmcd flags while extracting timecode meta.
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index da2b74a329..40455e5d75 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -128,6 +128,7 @@ typedef struct MOVStreamContext { uint32_t palette[256]; int has_palette; int64_t data_size; + uint32_t tmcd_flags; ///< tmcd track flags } MOVStreamContext; typedef struct MOVContext { |