OSDN Git Service

lavf: add forgotten attribute_deprecated to av_find_stream_info()
authorAnton Khirnov <anton@khirnov.net>
Sun, 17 Jul 2011 11:59:04 +0000 (13:59 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 28 Jul 2011 15:13:14 +0000 (17:13 +0200)
libavformat/avformat.h

index 38bb865..cfdbd11 100644 (file)
@@ -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