[FFmpeg-devel] [PATCH] remove disabled code part 3

Diego Biurrun diego
Wed Aug 19 10:15:57 CEST 2009


On Tue, Aug 18, 2009 at 10:53:39PM +0200, Michael Niedermayer wrote:
> On Sat, Aug 08, 2009 at 05:16:32PM +0200, Diego Biurrun wrote:
> > On Fri, Aug 07, 2009 at 11:15:19AM +0200, Diego Biurrun wrote:
> > > I started looking into disabled code, there is lots of it and probably
> > > mostly cruft.  Here is a patch that removes it, starting at the top
> > > level and the tests subdirectory.  More patches shall follow later.
> > 
> > next up: libpostproc
> > 
> > --- libpostproc/postprocess_template.c	(revision 19607)
> > +++ libpostproc/postprocess_template.c	(working copy)
> > @@ -349,111 +349,7 @@
> >  
> > -#if 0
> >  /**
> > - * Experimental implementation of the filter (Algorithm 1) described in a paper from Ramkishor & Karandikar
> > - * values are correctly clipped (MMX2)
> > - * values are wraparound (C)
> > - * Conclusion: It is fast, but introduces ugly horizontal patterns
> > - * if there is a continuous gradient.
> > -        0 8 16 24
> > -        x = 8
> > -        x/2 = 4
> > -        x/8 = 1
> > -        1 12 12 23
> > - */
> > -static inline void RENAME(vertRK1Filter)(uint8_t *src, int stride, int QP)
> 
> ok

Removed.

Diego



More information about the ffmpeg-devel mailing list