[MPlayer-dev-eng] [PATCH] simple 3-band equalizer

Diego Biurrun diego at biurrun.de
Mon May 28 19:01:18 CEST 2007


On Mon, May 28, 2007 at 01:50:15PM +0200, Nicolas George wrote:
> 
> Here is a patch implementing a simple 3-band equalizer based on the
> simulation of the RLC electronic circuit.

Just some very cursory remarks:

> --- libaf/af_rlceq.c	(revision 0)
> +++ libaf/af_rlceq.c	(revision 0)
> @@ -0,0 +1,165 @@
> +#include <stdio.h>
> +#include <stdlib.h>
> +#include <string.h>

Please add a proper license header, see for example vidix/drivers.c.

Also, please don't mix tabs and spaces for indentation, spaces only are
preferred.

Diego



More information about the MPlayer-dev-eng mailing list