[FFmpeg-devel] [PATCH 01/12] lavf: deprecate av_apply_bitstream_filters
James Almer
jamrial at gmail.com
Wed Apr 20 16:10:44 CEST 2016
On 4/20/2016 4:10 AM, Rodger Combs wrote:
> ---
> 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);
Missing the usual deprecation guards and removal scheduling.
More information about the ffmpeg-devel
mailing list