提交 cdab9db2 编写于 作者: V Vittorio Giovara

lavf: document av_dump_format()

上级 df949b64
......@@ -1835,6 +1835,16 @@ void av_url_split(char *proto, int proto_size,
const char *url);
/**
* Print detailed information about the input or output format, such as
* duration, bitrate, streams, container, programs, metadata, side data,
* codec and time base.
*
* @param ic the context to analyze
* @param index the index to print, if you have multiple inputs or outputs
* @param url the URL to print, such as source or destination file
* @param is_output whether the context is input or ouput
*/
void av_dump_format(AVFormatContext *ic,
int index,
const char *url,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册