From 383136264ef40452efd86cafb2d7221cd3830b3d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 5 Apr 2014 08:48:24 +0200 Subject: avconv: do not use the stream codec context for encoding --- avconv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'avconv.h') 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; -- cgit v1.2.3