summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-07-17 13:59:04 +0200
committerAnton Khirnov <anton@khirnov.net>2011-07-28 17:13:14 +0200
commit3c7fa664af5b3c2abbedd489142a0f9b6690b364 (patch)
tree3e4b5b46692371af8f35d9989354339515bcb2c9 /libavformat
parentca6a90465634152c7abe2f10112fd06dc778122f (diff)
lavf: add forgotten attribute_deprecated to av_find_stream_info()
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avformat.h1
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