Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <clement.boesch@smartjog.com>2012-08-03 11:38:45 +0400
committerClément Bœsch <ubitux@gmail.com>2012-08-03 16:15:39 +0400
commitbc426827492f6c741608af37e2eaab6c8072815d (patch)
tree1d4844bc351dbbdbd8fcf56352d59471add2394c /libavformat/movenc.h
parent31d8261cde82204a0850b7c858cfadbce2606623 (diff)
lavf/movenc: fix invalid free with timecode meta and tmcd data copy.
Fixes ticket 1577.
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 830bf377ea..557bcda636 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -142,6 +142,7 @@ typedef struct MOVMuxContext {
int mode;
int64_t time;
int nb_streams;
+ int nb_meta_tmcd; ///< number of new created tmcd track based on metadata (aka not data copy)
int chapter_track; ///< qt chapter track number
int64_t mdat_pos;
uint64_t mdat_size;