From 4426540f0c3ee516662f79d0a6ab5b95503b6611 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 25 Feb 2016 15:41:45 +0100 Subject: avconv: switch to the new BSF API --- avconv.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'avconv.h') diff --git a/avconv.h b/avconv.h index 645dc30e12..d8ee44f7b1 100644 --- a/avconv.h +++ b/avconv.h @@ -325,7 +325,11 @@ typedef struct OutputStream { int64_t first_pts; /* dts of the last packet sent to the muxer */ int64_t last_mux_dts; - AVBitStreamFilterContext *bitstream_filters; + + int nb_bitstream_filters; + const AVBitStreamFilter **bitstream_filters; + AVBSFContext **bsf_ctx; + AVCodecContext *enc_ctx; AVCodec *enc; int64_t max_frames; -- cgit v1.2.3