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

Diego Biurrun diego
Mon Sep 7 08:31:01 CEST 2009


On Thu, Aug 27, 2009 at 12:25:10PM +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.
> > 
> > I will commit approved hunks only.
> 
> libavdevice..

Hmmm, no further comments?

> --- libavdevice/v4l.c	(revision 19725)
> +++ libavdevice/v4l.c	(working copy)
> @@ -148,14 +148,6 @@
>  
> -#if 0
> -    printf("v4l: colour=%d hue=%d brightness=%d constrast=%d whiteness=%d\n",
> -           pict.colour,
> -           pict.hue,
> -           pict.brightness,
> -           pict.contrast,
> -           pict.whiteness);
> -#endif

I'm tempted to apply this, it is quite trivial.

Diego



More information about the ffmpeg-devel mailing list