Commit adf94155 authored by Stefano Sabatini's avatar Stefano Sabatini

lavf: tag dump_format() as @deprecated

This makes the generated Doxygen doc link to the replacement
av_dump_format() function.
parent 1f95fb58
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment