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

Michael Niedermayer michaelni
Thu Dec 2 02:09:41 CET 2010


On Thu, Dec 02, 2010 at 12:47:59AM +0100, Stefano Sabatini wrote:
> 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

>  ffmpeg.c                    |   24 ++++++++----------------
>  ffplay.c                    |   14 ++++++--------
>  libavfilter/avfiltergraph.c |   38 +++++++++++++++++++++++++++-----------
>  libavfilter/avfiltergraph.h |   17 +++++++++++++++++
>  4 files changed, 58 insertions(+), 35 deletions(-)
> 4b6cc83d77a7871f3b788652c18c472ae1b6b946  0001-Add-avfilter_graph_create_filter.patch
> From 0533e7482726ba9daefc358c11eddbbe0a4908bd Mon Sep 17 00:00:00 2001
> From: Stefano Sabatini <stefano.sabatini-lala at poste.it>
> Date: Wed, 1 Dec 2010 13:08:22 +0100
> Subject: [PATCH] Add avfilter_graph_create_filter().

lgtm

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Good people do not need laws to tell them to act responsibly, while bad
people will find a way around the laws. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20101202/781f9b81/attachment.pgp>



More information about the ffmpeg-devel mailing list