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