summaryrefslogtreecommitdiff
path: root/avconv.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-04-05 08:48:24 +0200
committerAnton Khirnov <anton@khirnov.net>2014-06-01 08:33:21 +0200
commit383136264ef40452efd86cafb2d7221cd3830b3d (patch)
tree37b714d446bfab3e11512da62d22555b6445af6e /avconv.h
parent41776ba9c0ebbb71394cefdf7dd1b243e6c852d5 (diff)
avconv: do not use the stream codec context for encoding
Diffstat (limited to 'avconv.h')
-rw-r--r--avconv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/avconv.h b/avconv.h
index 64d8ad0b16..b932d7e8db 100644
--- a/avconv.h
+++ b/avconv.h
@@ -314,6 +314,7 @@ typedef struct OutputStream {
/* dts of the last packet sent to the muxer */
int64_t last_mux_dts;
AVBitStreamFilterContext *bitstream_filters;
+ AVCodecContext *enc_ctx;
AVCodec *enc;
int64_t max_frames;
AVFrame *filtered_frame;