summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-01 13:07:57 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-01 13:07:57 +0200
commitadf94155989c765c4cac6e3ef5d3526555ad2274 (patch)
tree6a70ef2e34331a0a24285d8c69f3de26f3f5c4c9 /libavformat/avformat.h
parent1f95fb58137951941d8d74bd47b1635b6d2399ec (diff)
lavf: tag dump_format() as @deprecated
This makes the generated Doxygen doc link to the replacement av_dump_format() function.
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h3
1 files changed, 3 insertions, 0 deletions
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,