From a6c4c0f2740bc8e65aa68b890fedae42ca7a83cf Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 13 Dec 2011 03:27:19 +0100 Subject: mp4enc: Avoid storing sizes in trun when they all match. Signed-off-by: Michael Niedermayer --- libavformat/movenc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/movenc.h') diff --git a/libavformat/movenc.h b/libavformat/movenc.h index 08dfeda..a3701bb 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 -- cgit v1.1