Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-13 06:27:19 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-12-13 06:27:19 +0400
commita6c4c0f2740bc8e65aa68b890fedae42ca7a83cf (patch)
tree5692ffa4b71558ee5f35417157b4c73126ee1203 /libavformat/movenc.h
parentd9a41695edffa789e0aee228cf8ab26b3574f3d7 (diff)
mp4enc: Avoid storing sizes in trun when they all match.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r--libavformat/movenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h
index 08dfedad8a..a3701bba0a 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -94,6 +94,7 @@ typedef struct MOVIndex {
uint32_t tref_tag;
int tref_id; ///< trackID of the referenced track
uint32_t trex_flags;
+ int trex_size;
int hint_track; ///< the track that hints this track, -1 if no hint track is set
int src_track; ///< the track that this hint track describes