[FFmpeg-cvslog] Documented av_dump_format
Anshul Maheshwari
git at videolan.org
Tue Mar 11 13:56:47 CET 2014
ffmpeg | branch: master | Anshul Maheshwari <er.anshul.maheshwari at gmail.com> | Tue Mar 11 12:14:28 2014 +0530| [61f96be08a66e74897406fd64da4e61ea4b6a8c5] | committer: Michael Niedermayer
Documented av_dump_format
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=61f96be08a66e74897406fd64da4e61ea4b6a8c5
---
libavformat/avformat.h | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index e0ec3da..4f7b6ba 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -2371,7 +2371,13 @@ void av_url_split(char *proto, int proto_size,
char *path, int path_size,
const char *url);
-
+/**
+ * log a nice Dump of input format context or output format context
+ * @param ic already initialized Format Context, must not be NULL.
+ * @param index index of the stream to dump information about
+ * @param url name of file or URL of stream to print information about
+ * @param is_output Select whether specified context is of input(0) or output(1)
+ */
void av_dump_format(AVFormatContext *ic,
int index,
const char *url,
More information about the ffmpeg-cvslog
mailing list