summaryrefslogtreecommitdiffstats
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2016-04-20 01:15:35 -0500
committerRodger Combs <rodger.combs@gmail.com>2016-06-25 15:50:04 -0500
commitaf7e2734b9c1cd5b09208e343154ffc89a64d2c4 (patch)
tree40fa0119a4764f4ed7f2e3e1a4f6eef27735922d /libavformat/internal.h
parent150e5e13b1fae125fd7ec2d91fa56b5be958668e (diff)
downloadffmpeg-streaming-af7e2734b9c1cd5b09208e343154ffc89a64d2c4.zip
ffmpeg-streaming-af7e2734b9c1cd5b09208e343154ffc89a64d2c4.tar.gz
lavf: update auto-bsf to new BSF API
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index 8c2740b..647ad65 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -135,11 +135,12 @@ struct AVStreamInternal {
int reorder;
/**
- * bitstream filter to run on stream
+ * bitstream filters to run on stream
* - encoding: Set by muxer using ff_stream_add_bitstream_filter
* - decoding: unused
*/
- AVBitStreamFilterContext *bsfc;
+ AVBSFContext **bsfcs;
+ int nb_bsfcs;
/**
* Whether or not check_bitstream should still be run on each packet
OpenPOWER on IntegriCloud