You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
lavf: add forgotten attribute_deprecated to av_find_stream_info()
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user