summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2016-04-20 01:11:59 -0500
committerRodger Combs <rodger.combs@gmail.com>2016-06-25 15:50:03 -0500
commit150e5e13b1fae125fd7ec2d91fa56b5be958668e (patch)
tree38ab622ff3c3fc2221cdcf9b14c6e39fe97c14d8 /libavformat/avformat.h
parent1df401505c6d209961016ba881d18bedf6af61eb (diff)
lavf: deprecate av_apply_bitstream_filters
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 4eb11404ca..c881808dbe 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -2873,8 +2873,11 @@ int avformat_queue_attached_pictures(AVFormatContext *s);
* @return >=0 on success;
* AVERROR code on failure
*/
+#if FF_API_OLD_BSF
+attribute_deprecated
int av_apply_bitstream_filters(AVCodecContext *codec, AVPacket *pkt,
AVBitStreamFilterContext *bsfc);
+#endif
/**
* @}