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.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to