]> git.sesse.net Git - ffmpeg/blobdiff - avconv.h
avconv: switch to the new BSF API
[ffmpeg] / avconv.h
index 645dc30e121e38dcf22fb0e8181dad995c01cf9e..d8ee44f7b186034260d79a48cedbea6038765a2d 100644 (file)
--- 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;