summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorerankor <eran.kornblau@kaltura.com>2022-04-07 11:33:56 +0300
committerZhao Zhili <zhilizhao@tencent.com>2022-05-02 21:02:43 +0800
commit4d52d8c9f6a7fb5c035aff8cfeb8774a1de1123c (patch)
tree32cbf2e1c7b861f2fc2931c51932fc1f171100cf /libavformat/movenc.h
parent40f2ea971fb881ef0cfbd8915ccd62b91bce23c4 (diff)
movenc: add write_btrt option
supports forcing or disabling the writing of the btrt atom. the default behavior is to write the atom only for mp4 mode. Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
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 67d6d4fb66..ca507e0e04 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -239,6 +239,7 @@ typedef struct MOVMuxContext {
int use_stream_ids_as_track_ids;
int track_ids_ok;
+ int write_btrt;
int write_tmcd;
MOVPrftBox write_prft;
int empty_hdlr_name;