[FFmpeg-devel] [PATCH] Make avfiltergraph.h public.

Stefano Sabatini stefano.sabatini-lala
Mon Nov 8 15:34:22 CET 2010


On date Monday 2010-11-08 15:18:41 +0100, Michael Niedermayer encoded:
> On Sun, Nov 07, 2010 at 11:56:43PM +0100, Stefano Sabatini wrote:
> > On date Thursday 2010-11-04 22:08:53 +0100, Stefano Sabatini encoded:
> > > On date Thursday 2010-10-21 01:32:24 +0200, Michael Niedermayer encoded:
> > > > On Sun, Oct 17, 2010 at 08:34:45PM +0200, Stefano Sabatini wrote:
> > > > > ---
> > > > >  libavfilter/Makefile |    2 +-
> > > > >  1 files changed, 1 insertions(+), 1 deletions(-)
> > > > > 
> > > > > diff --git a/libavfilter/Makefile b/libavfilter/Makefile
> > > > > index a00c1a2..f7316cb 100644
> > > > > --- a/libavfilter/Makefile
> > > > > +++ b/libavfilter/Makefile
> > > > > @@ -4,7 +4,7 @@ NAME = avfilter
> > > > >  FFLIBS = avcodec avcore avutil
> > > > >  FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
> > > > >  
> > > > > -HEADERS = avfilter.h
> > > > > +HEADERS = avfilter.h avfiltergraph.h
> > > > 
> > > > Not possible yet because AVFilterGraph cannot be allocated except by using
> > > > sizeof() and that makes it a ABI timebomb
> > > 
> > > Fixed by the addition of avfilter_graph_alloc().
> > 
> > Ping.
> 
> there are several functions moved into the public api that are unused outside
> libavfilter, what are they good for?

All the functions in avfiltergraph.h look useful for an application.

Also of which public functions are you talking?, avfiltergraph.h has
always been a private header.
-- 
FFmpeg = Fanciful Foolish Multimedia Portentous Enigmatic Gadget



More information about the ffmpeg-devel mailing list