[FFmpeg-devel] [PATCH 1/1] Change signature to avfilter_open(), from AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name); to int avfilter_open(AVFilterContext **filter_ctx, AVFilter *filter, const char *inst_name);

Stefano Sabatini stefano.sabatini-lala
Wed Aug 11 13:49:54 CEST 2010


On date Tuesday 2010-08-10 19:47:34 +0200, Michael Niedermayer encoded:
> On Sat, Aug 07, 2010 at 11:37:29PM +0200, Stefano Sabatini wrote:
> > On date Friday 2010-07-30 12:32:08 +0200, Stefano Sabatini encoded:
> > > On date Wednesday 2010-07-28 15:21:16 +0200, Stefano Sabatini encoded:
> > > > This way it is possible to propagate an error code telling the reason
> > > > of the failure.
> > > > ---
> > > >  ffmpeg.c                    |    8 ++++----
> > > >  ffplay.c                    |    4 ++--
> > > >  libavfilter/avfilter.c      |    8 +++++---
> > > >  libavfilter/avfilter.h      |    7 +++++--
> > > >  libavfilter/avfiltergraph.c |    3 +--
> > > >  libavfilter/graphparser.c   |    2 +-
> > > >  tools/lavfi-showfiltfmts.c  |    2 +-
> > > >  7 files changed, 19 insertions(+), 15 deletions(-)
> > > 
> > > ping
> > 
> > Ping (this is required by another patch).
> 
> ive no oppinion on this patch do as you see fit

Applied.
-- 
FFmpeg = Fast Freak Muttering Pacific Exciting Geisha



More information about the ffmpeg-devel mailing list