[FFmpeg-devel] [PATCH 3/5] Amend avfilter_graph_parse() documentation, make it more generic.

Stefano Sabatini stefano.sabatini-lala
Thu Nov 4 21:26:05 CET 2010


On date Thursday 2010-11-04 01:33:22 +0100, Michael Niedermayer encoded:
> On Tue, Nov 02, 2010 at 09:02:29PM +0100, Stefano Sabatini wrote:
> > ---
> >  libavfilter/avfiltergraph.h |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h
> > index 428c531..b412bbc 100644
> > --- a/libavfilter/avfiltergraph.h
> > +++ b/libavfilter/avfiltergraph.h
> > @@ -105,7 +105,7 @@ typedef struct AVFilterInOut {
> >   * @param filters string to be parsed
> >   * @param inputs  linked list to the inputs of the graph
> >   * @param outputs linked list to the outputs of the graph
> > - * @return        zero on success, -1 on error
> > + * @return        zero on success, a negative AVERROR code on error
> >   */
> >  int avfilter_graph_parse(AVFilterGraph *graph, const char *filters,
> >                           AVFilterInOut *inputs, AVFilterInOut *outputs,
> 
> 
> ok

Applied.
-- 
FFmpeg = Fabulous and Formidable Mere Ponderous Extroverse Genius



More information about the ffmpeg-devel mailing list