[FFmpeg-cvslog] lavf: document av_dump_format()
Vittorio Giovara
git at videolan.org
Thu Jul 3 14:54:12 CEST 2014
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Sun Jun 8 11:56:34 2014 -0400| [cdab9db2adeec46b3984309c8c651bdd737d2b6b] | committer: Vittorio Giovara
lavf: document av_dump_format()
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cdab9db2adeec46b3984309c8c651bdd737d2b6b
---
libavformat/avformat.h | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 473b8da..ac4cd31 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -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,
More information about the ffmpeg-cvslog
mailing list