diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 38bb86592e..cfdbd11b36 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1114,6 +1114,7 @@ AVFormatContext *avformat_alloc_context(void); * * @deprecated use avformat_find_stream_info. */ +attribute_deprecated int av_find_stream_info(AVFormatContext *ic); #endif