summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-13 03:11:53 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-12-13 03:11:53 +0100
commitd9a41695edffa789e0aee228cf8ab26b3574f3d7 (patch)
tree17769475ebd7b4758913fe095fd95c4376a8f981 /libavformat/movenc.h
parent1f83f046090cac09b7a3da7f15182d2143bccf87 (diff)
mp4enc: Only store flags in trun when they differ from the default and set a sane default.
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 356421c7db..08dfedad8a 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -93,6 +93,7 @@ typedef struct MOVIndex {
int height; ///< active picture (w/o VBI) height for D-10/IMX
uint32_t tref_tag;
int tref_id; ///< trackID of the referenced track
+ uint32_t trex_flags;
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