lavf: add forgotten attribute_deprecated to av_find_stream_info()
This commit is contained in:
parent
ca6a904656
commit
3c7fa664af
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user