From 41776ba9c0ebbb71394cefdf7dd1b243e6c852d5 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 decoding --- avconv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'avconv.h') diff --git a/avconv.h b/avconv.h index 56ce9f01ff..64d8ad0b16 100644 --- a/avconv.h +++ b/avconv.h @@ -219,6 +219,7 @@ typedef struct InputStream { AVStream *st; int discard; /* true if stream data should be discarded */ int decoding_needed; /* true if the packets must be decoded in 'raw_fifo' */ + AVCodecContext *dec_ctx; AVCodec *dec; AVFrame *decoded_frame; AVFrame *filter_frame; /* a ref of decoded_frame, to be sent to filters */ -- cgit v1.2.3