mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-07 23:32:33 +00:00
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.
|
* @deprecated use avformat_find_stream_info.
|
||||||
*/
|
*/
|
||||||
|
attribute_deprecated
|
||||||
int av_find_stream_info(AVFormatContext *ic);
|
int av_find_stream_info(AVFormatContext *ic);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user