Commit 3c7fa664 authored by Anton Khirnov's avatar Anton Khirnov

lavf: add forgotten attribute_deprecated to av_find_stream_info()

parent ca6a9046
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment