On Mon, Jun 23, 2014 at 6:49 PM, Vittorio Giovara <[email protected]> wrote: > --- > libavformat/avformat.h | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/libavformat/avformat.h b/libavformat/avformat.h > index b17c791..86973c0 100644 > --- a/libavformat/avformat.h > +++ b/libavformat/avformat.h > @@ -1832,6 +1832,14 @@ void av_url_split(char *proto, int proto_size, > const char *url); > > > +/** > + * Print detailed information about the format. > + * > + * @param ic the context to analyse > + * @param index the index to print (informative) > + * @param url the url to print (informative) > + * @is_output the type of context > + */ > void av_dump_format(AVFormatContext *ic, > int index, > const char *url, > -- > 1.8.5.2 (Apple Git-48) >
Ping -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
