mirror of https://git.ffmpeg.org/ffmpeg.git
lavf: tag dump_format() as @deprecated
This makes the generated Doxygen doc link to the replacement av_dump_format() function.
This commit is contained in:
parent
1f95fb5813
commit
adf9415598
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue