[FFmpeg-devel] [PATCH 4/4] Add avfilter_graph_insert_filter().

Stefano Sabatini stefano.sabatini-lala
Thu Dec 2 00:47:59 CET 2010


On date Wednesday 2010-12-01 17:57:45 +0100, Michael Niedermayer encoded:
> On Wed, Dec 01, 2010 at 03:38:47PM +0100, Stefano Sabatini wrote:
> [...]
> > diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h
> > index ca369aa..7db7036 100644
> > --- a/libavfilter/avfiltergraph.h
> > +++ b/libavfilter/avfiltergraph.h
> > @@ -53,6 +53,22 @@ AVFilterContext *avfilter_graph_get_filter(AVFilterGraph *graph, char *name);
> >  int avfilter_graph_add_filter(AVFilterGraph *graphctx, AVFilterContext *filter);
> >  
> >  /**
> > + * Create and add a filter context into an existing graph.
> 
> filter context?
> what is that supposed to mean?
> 
> You surely create and add filter (instances) and not "just" contexts

Updated.
-- 
FFmpeg = Fundamentalist and Formidable Merciless Purposeless Enchanting God



More information about the ffmpeg-devel mailing list