summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-07-04 16:26:06 +0200
committerLuca Barbato <lu_zero@gentoo.org>2014-07-11 11:07:06 +0200
commitf90729699db9ede2bef2b28000f1795dab1b8996 (patch)
tree56c25b98e47b9634199b39875cdace66c1ffcfea /libavformat/movenc.h
parent458e7c94830d1522997e33a0b5e87bd709e8a349 (diff)
mov: Do not group tracks if more than one is enabled per type
The specification requires at most 1 track enabled per alternate group.
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r--libavformat/movenc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h
index 3410080780..35be7818ed 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -162,6 +162,8 @@ typedef struct MOVMuxContext {
int64_t reserved_moov_pos;
char *major_brand;
+
+ int per_stream_grouping;
} MOVMuxContext;
#define FF_MOV_FLAG_RTP_HINT 1