summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r--libavformat/movenc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h
index 997b2d61c0..cdbc4074c3 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -134,7 +134,7 @@ typedef struct MOVTrack {
uint32_t default_size;
HintSampleQueue sample_queue;
- AVPacket cover_image;
+ AVPacket *cover_image;
AVIOContext *mdat_buf;
int64_t data_offset;
@@ -215,6 +215,8 @@ typedef struct MOVMuxContext {
int per_stream_grouping;
AVFormatContext *fc;
+ AVPacket *pkt;
+
int use_editlist;
float gamma;