Browse Source

lavf: tag dump_format() as @deprecated

This makes the generated Doxygen doc link to the replacement
av_dump_format() function.
Stefano Sabatini 13 years ago
parent
commit
adf9415598
1 changed files with 3 additions and 0 deletions
  1. 3 0
      libavformat/avformat.h

+ 3 - 0
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,