[FFmpeg-devel] [PATCH] Extend slicify filter to make it accept a parametric value

Stefano Sabatini stefano.sabatini-lala
Wed Mar 10 12:14:09 CET 2010


On date Wednesday 2010-03-10 11:45:21 +0100, Michael Niedermayer encoded:
> On Wed, Mar 10, 2010 at 01:49:00AM +0100, Stefano Sabatini wrote:
> > Hi, as in subject.
> > 
> > This should be a great help for testing slicing.
> [...]
> > @@ -24,35 +24,74 @@
> >   */
> >  
> >  #include "avfilter.h"
> > +#include "libavutil/lfg.h"
> >  #include "libavutil/pixdesc.h"
> > +#include "libavcodec/eval.h"
> 
> you add a dependancy on lavc

libavfilter *already* depends on libavcodec (ff_fill_pointer).

And yes I plan to remove all the dependancies. 

Regards.
-- 
FFmpeg = Frightening Fucking MultiPurpose Esoteric Genius



More information about the ffmpeg-devel mailing list