Module: libav
Branch: master
Commit: 3c7fa664af5b3c2abbedd489142a0f9b6690b364

Author:    Anton Khirnov <[email protected]>
Committer: Anton Khirnov <[email protected]>
Date:      Sun Jul 17 13:59:04 2011 +0200

lavf: add forgotten attribute_deprecated to av_find_stream_info()

---

 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
 

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to