[MPlayer-dev-eng] [PATCH] Automatic downmix

Diego Biurrun diego at biurrun.de
Wed Sep 8 19:23:33 CEST 2010


On Wed, Sep 08, 2010 at 03:23:25PM +0200, Nicolas George wrote:
> Le septidi 27 thermidor, an CCXVIII, ubitux a écrit :
> > +static void downmix_if_needed()
> 
> I think MPlayer coding style requires "(void)".

It's the C standard that requires it, actually.  'void' denotes a
parameterless function, while an empty parameter list denotes a
variable list of parameters.

Diego


More information about the MPlayer-dev-eng mailing list