[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);

Michael Niedermayer michaelni
Tue Aug 10 19:47:34 CEST 2010


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

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

Avoid a single point of failure, be that a person or equipment.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100810/1ac717f1/attachment.pgp>



More information about the ffmpeg-devel mailing list