[FFmpeg-devel] Documented parameter of av_dump_format

Michael Niedermayer michaelni at gmx.at
Tue Mar 11 13:25:30 CET 2014


On Tue, Mar 11, 2014 at 11:58:15AM +0530, anshul wrote:
> On 03/11/2014 11:45 AM, anshul wrote:
> >On 03/11/2014 05:56 AM, Michael Niedermayer wrote:
> >>On Thu, Mar 06, 2014 at 02:35:42PM +0530, anshul wrote:
> >>>Hi
> >>>
> >>>I have added the documentation about the parameter and function use
> >>>
> >>>for av_dump_format
> >>>
> >>>Thanks
> >>>Anshul Maheshwari
> >>>  avformat.h |   10 +++++++++-
> >>>  1 file changed, 9 insertions(+), 1 deletion(-)
> >>>db3164f12843c71c50c47b1ec3be70e6cfb40c76  0001-added-documentation-of-av_dump_format.patch
> >>> From d414f295d3b5acf173eb238a4439c2ebb237a249 Mon Sep 17 00:00:00 2001
> >>>From: Anshul Maheshwari<er.anshul.maheshwari at gmail.com>
> >>>Date: Thu, 6 Mar 2014 14:32:47 +0530
> >>>Subject: [PATCH] added documentation of av_dump_format
> >>>
> >>>---
> >>>  libavformat/avformat.h | 10 +++++++++-
> >>>  1 file changed, 9 insertions(+), 1 deletion(-)
> >>>
> >>>diff --git a/libavformat/avformat.h b/libavformat/avformat.h
> >>>index e0ec3da..17cc80e 100644
> >>>--- a/libavformat/avformat.h
> >>>+++ b/libavformat/avformat.h
> >>>@@ -2371,7 +2371,15 @@ void av_url_split(char *proto,         int proto_size,
> >>>                    char *path,          int path_size,
> >>>                    const char *url);
> >>>-
> >>>+/**
> >>>+ * Dump the Context of input or output
> >>sounds odd, some englishman should check/reword this i think
> >>
> >>
> >>>+ * @param ic already initialized Format Context, NULL pointer will end up
> >>>+ *            in segfault.
> >>"must not be NULL"
> >>
> >>
> >>>+ * @param index index of stream
> >>index of the stream to dumpp information about
> >>
> >>
> >>>+ * @param url name of file or url of stream used for printing purpose
> >>>+ * @param is_output whether specified context is of input or output
> >>selects whether the specified ...
> >>
> >>
> >>>+ *
> >>>+ */
> >>>  void av_dump_format(AVFormatContext *ic,
> >>>                      int index,
> >>>                      const char *url,
> >>>-- 
> >>>1.8.1.4
> >>>
> >>>_______________________________________________
> >>>ffmpeg-devel mailing list
> >>>ffmpeg-devel at ffmpeg.org
> >>>http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >>
> >>
> >>_______________________________________________
> >>ffmpeg-devel mailing list
> >>ffmpeg-devel at ffmpeg.org
> >>http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >Done the changes suggested by you
> >New Patch is attached.
> >
> >Thanks
> >Anshul
> 
> Considered timothy comments
> New Patch attached
> 
> Thanks
> Anshul

>  avformat.h |    8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
> 31e33c2f2fa103bc14b3c87b9beb60ca18756fa9  0001-Documented-av_dump_format.patch
> From b8a779df7866fbaae9b121afb86f43491c6723d7 Mon Sep 17 00:00:00 2001
> From: Anshul Maheshwari <er.anshul.maheshwari at gmail.com>
> Date: Tue, 11 Mar 2014 11:56:28 +0530
> Subject: [PATCH] Documented av_dump_format

applied

thanks

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Many that live deserve death. And some that die deserve life. Can you give
it to them? Then do not be too eager to deal out death in judgement. For
even the very wise cannot see all ends. -- Gandalf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140311/47e6822c/attachment.asc>


More information about the ffmpeg-devel mailing list