lavf: add forgotten attribute_deprecated to av_find_stream_info()

This commit is contained in:
Anton Khirnov 2011-07-17 13:59:04 +02:00
parent ca6a904656
commit 3c7fa664af

View File

@ -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