Merge commit 'cdab9db2adeec46b3984309c8c651bdd737d2b6b'

* commit 'cdab9db2adeec46b3984309c8c651bdd737d2b6b':
  lavf: document av_dump_format()

Conflicts:
	libavformat/avformat.h

See: 61f96be08a
Merged-by: Michael Niedermayer <michaelni@gmx.at>
pull/76/merge
Michael Niedermayer 11 years ago
commit 44f079b27e
  1. 12
      libavformat/avformat.h

@ -2506,11 +2506,15 @@ void av_url_split(char *proto, int proto_size,
char *path, int path_size, char *path, int path_size,
const char *url); const char *url);
/** /**
* log a nice Dump of input format context or output format context * Print detailed information about the input or output format, such as
* @param ic already initialized Format Context, must not be NULL. * duration, bitrate, streams, container, programs, metadata, side data,
* @param index index of the stream to dump information about * codec and time base.
* @param url name of file or URL of stream to print information about *
* @param ic the context to analyze
* @param index index of the stream to dump information about
* @param url the URL to print, such as source or destination file
* @param is_output Select whether specified context is of input(0) or output(1) * @param is_output Select whether specified context is of input(0) or output(1)
*/ */
void av_dump_format(AVFormatContext *ic, void av_dump_format(AVFormatContext *ic,

Loading…
Cancel
Save