X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Favformat.h;h=b0de66ac1450ad2c7d9574d6130f0caa81f58e6e;hb=86be73c7c1a5c789ad971d4ec620edc839d46820;hp=4ab217dc176916ed643670c9c95fe3984e6c781c;hpb=e166fe2e1f0ae175a6b7f1f4b137c1366fd7f633;p=ffmpeg diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 4ab217dc176..b0de66ac145 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -2954,6 +2954,7 @@ int avformat_match_stream_specifier(AVFormatContext *s, AVStream *st, int avformat_queue_attached_pictures(AVFormatContext *s); +#if FF_API_OLD_BSF /** * Apply a list of bitstream filters to a packet. * @@ -2965,7 +2966,6 @@ 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);