summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r--libavformat/movenc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h
index 22b883296a..fccf1f3b34 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -93,7 +93,7 @@ typedef struct MOVTrack {
int track_id;
int tag; ///< stsd fourcc
AVStream *st;
- AVCodecContext *enc;
+ AVCodecParameters *par;
int vos_len;
uint8_t *vos_data;