diff options
author | Umair Khan <omerjerk@gmail.com> | 2016-08-18 00:27:42 +0530 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-08-19 15:30:52 +0200 |
commit | 4f6f56114e5618b601bd01a34d95cf750c7baa9b (patch) | |
tree | 077bfb564d8bdb8c188bf152111927360d593f4a /libavformat/movenc.h | |
parent | 9ffe44c5c75c485b4cbb12751e228f18da219df3 (diff) | |
download | ffmpeg-4f6f56114e5618b601bd01a34d95cf750c7baa9b.tar.gz |
avformat/movenc: allow rewriting extradata
Signed-off-by: Umair Khan <omerjerk@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r-- | libavformat/movenc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h index 6e9f5ace72..894a1b0bcf 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -215,6 +215,8 @@ typedef struct MOVMuxContext { uint8_t *encryption_kid; int encryption_kid_len; + int need_rewrite_extradata; + } MOVMuxContext; #define FF_MOV_FLAG_RTP_HINT (1 << 0) |