Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2016-04-20 09:15:35 +0300
committerRodger Combs <rodger.combs@gmail.com>2016-06-25 23:50:04 +0300
commitaf7e2734b9c1cd5b09208e343154ffc89a64d2c4 (patch)
tree40fa0119a4764f4ed7f2e3e1a4f6eef27735922d /libavformat/internal.h
parent150e5e13b1fae125fd7ec2d91fa56b5be958668e (diff)
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 8c2740be2e..647ad65fb2 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