lavf: document av_dump_format()
authorVittorio Giovara <vittorio.giovara@gmail.com>
Sun, 8 Jun 2014 15:56:34 +0000 (11:56 -0400)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Thu, 3 Jul 2014 03:37:21 +0000 (23:37 -0400)
libavformat/avformat.h

index 473b8daedf67a6ec4e3ad9794818b38596198501..ac4cd3115783cfc912fae43066654ec6d5a74a76 100644 (file)
@@ -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,