From adf94155989c765c4cac6e3ef5d3526555ad2274 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 1 Jun 2011 13:07:57 +0200 Subject: [PATCH] lavf: tag dump_format() as @deprecated This makes the generated Doxygen doc link to the replacement av_dump_format() function. --- libavformat/avformat.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 41830adcac..1703bccec9 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1459,6 +1459,9 @@ int av_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out, int av_write_trailer(AVFormatContext *s); #if FF_API_DUMP_FORMAT +/** + * @deprecated Deprecated in favor of av_dump_format(). + */ attribute_deprecated void dump_format(AVFormatContext *ic, int index, const char *url,