diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-03-02 15:57:48 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-03-03 12:09:38 +0100 |
commit | 981cf0c300037950be2ed20505ff8b20e7a53224 (patch) | |
tree | 09e5b7a8c8c776dc02d029bf1fdb15bb8048baeb /libavformat/movenc.h | |
parent | 454c5d10b29361ab638b4f8189dea2a121f3f372 (diff) | |
download | ffmpeg-981cf0c300037950be2ed20505ff8b20e7a53224.tar.gz |
movenc: Do not flag secondary audio and subtitle tracks as enabled.
Fixes ticket #468 and ticket #1174.
Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.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 b5d066f4d9..a5db8950ab 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -94,6 +94,7 @@ typedef struct MOVIndex { #define MOV_TIMECODE_FLAG_ALLOWNEGATIVE 0x0004 uint32_t timecode_flags; int language; + int secondary; int track_id; int tag; ///< stsd fourcc AVCodecContext *enc; |