summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-09-26 08:50:48 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-09-26 08:50:48 +0200
commit46aae846165c35e6d184087542dd3e610fa36506 (patch)
treecc1291a3b67312ed0ccd204d10eef6d7a701a51b /libavformat/movenc.h
parentfb37da37ac1e17f643269ea5bad5bee7e79dcb3a (diff)
lavf/movenc: Allow to disable writing the timecode track.
Fixes ticket #5492.
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 ea76e39f23..1f7a9d7abd 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -219,6 +219,7 @@ typedef struct MOVMuxContext {
int use_stream_ids_as_track_ids;
int track_ids_ok;
+ int write_tmcd;
} MOVMuxContext;
#define FF_MOV_FLAG_RTP_HINT (1 << 0)