diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-07-17 13:59:04 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-07-28 17:13:14 +0200 |
commit | 3c7fa664af5b3c2abbedd489142a0f9b6690b364 (patch) | |
tree | 3e4b5b46692371af8f35d9989354339515bcb2c9 | |
parent | ca6a90465634152c7abe2f10112fd06dc778122f (diff) | |
download | ffmpeg-3c7fa664af5b3c2abbedd489142a0f9b6690b364.tar.gz |
lavf: add forgotten attribute_deprecated to av_find_stream_info()
-rw-r--r-- | libavformat/avformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 38bb86592e..cfdbd11b36 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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 |