summaryrefslogtreecommitdiff
path: root/avconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'avconv.h')
-rw-r--r--avconv.h6
1 files changed, 5 insertions, 1 deletions
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;