[FFmpeg-devel] [PATCH 01/12] lavf: deprecate av_apply_bitstream_filters
Rodger Combs
rodger.combs at gmail.com
Wed Apr 20 09:10:53 CEST 2016
---
libavformat/avformat.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 02113f5..eb3dd3b 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -2863,6 +2863,7 @@ int avformat_queue_attached_pictures(AVFormatContext *s);
* @return >=0 on success;
* AVERROR code on failure
*/
+attribute_deprecated
int av_apply_bitstream_filters(AVCodecContext *codec, AVPacket *pkt,
AVBitStreamFilterContext *bsfc);
--
2.7.3
More information about the ffmpeg-devel
mailing list