From 3c7fa664af5b3c2abbedd489142a0f9b6690b364 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 17 Jul 2011 13:59:04 +0200 Subject: lavf: add forgotten attribute_deprecated to av_find_stream_info() --- libavformat/avformat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat') 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 -- cgit v1.2.3