diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-04-05 08:48:24 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-06-01 08:33:21 +0200 |
commit | 383136264ef40452efd86cafb2d7221cd3830b3d (patch) | |
tree | 37b714d446bfab3e11512da62d22555b6445af6e /avconv.h | |
parent | 41776ba9c0ebbb71394cefdf7dd1b243e6c852d5 (diff) | |
download | ffmpeg-383136264ef40452efd86cafb2d7221cd3830b3d.tar.gz |
avconv: do not use the stream codec context for encoding
Diffstat (limited to 'avconv.h')
-rw-r--r-- | avconv.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |