[FFmpeg-cvslog] lavf: tag dump_format() as @deprecated

Stefano Sabatini git at videolan.org
Wed Jun 1 13:29:31 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Wed Jun  1 13:07:57 2011 +0200| [adf94155989c765c4cac6e3ef5d3526555ad2274] | committer: Stefano Sabatini

lavf: tag dump_format() as @deprecated

This makes the generated Doxygen doc link to the replacement
av_dump_format() function.

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

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

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 41830ad..1703bcc 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,



More information about the ffmpeg-cvslog mailing list