diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-13 03:27:19 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-13 03:27:19 +0100 |
commit | a6c4c0f2740bc8e65aa68b890fedae42ca7a83cf (patch) | |
tree | 5692ffa4b71558ee5f35417157b4c73126ee1203 /libavformat/movenc.h | |
parent | d9a41695edffa789e0aee228cf8ab26b3574f3d7 (diff) | |
download | ffmpeg-a6c4c0f2740bc8e65aa68b890fedae42ca7a83cf.tar.gz |
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.h | 1 |
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 |