[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
Sat Aug 7 23:37:29 CEST 2010


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).
-- 
FFmpeg = Frightening and Fast Muttering Powerful Erudite Geisha



More information about the ffmpeg-devel mailing list