[FFmpeg-cvslog] lavf: add forgotten attribute_deprecated to av_find_stream_info()

Anton Khirnov git at videolan.org
Fri Jul 29 02:08:40 CEST 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sun Jul 17 13:59:04 2011 +0200| [3c7fa664af5b3c2abbedd489142a0f9b6690b364] | committer: Anton Khirnov

lavf: add forgotten attribute_deprecated to av_find_stream_info()

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3c7fa664af5b3c2abbedd489142a0f9b6690b364
---

 libavformat/avformat.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 38bb865..cfdbd11 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
 



More information about the ffmpeg-cvslog mailing list