[MPlayer-cvslog] r21249 - in trunk/libaf: af.h config.h

Dominik 'Rathann' Mierzejewski dominik at rangers.eu.org
Sun Nov 26 16:19:10 CET 2006


On Saturday, 25 November 2006 at 20:57, diego wrote:
> Author: diego
> Date: Sat Nov 25 20:57:31 2006
> New Revision: 21249
> 
> Removed:
>    trunk/libaf/config.h
> Modified:
>    trunk/libaf/af.h
> 
> Log:
> Remove config.h, there are multiple files under that name.

This commit didn't just remove config.h.

Was the diff below intended?

> Modified: trunk/libaf/af.h
> ==============================================================================
> --- trunk/libaf/af.h	(original)
> +++ trunk/libaf/af.h	Sat Nov 25 20:57:31 2006
> @@ -10,6 +10,11 @@
>  
>  struct af_instance_s;
>  
> +// Number of channels
> +#ifndef AF_NCH
> +#define AF_NCH 6
> +#endif
> +
>  // Audio data chunk
>  typedef struct af_data_s
>  {

Regards,
R.

-- 
MPlayer developer and RPMs maintainer: http://rpm.greysector.net/mplayer/
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
	-- from "Collected Sayings of Muad'Dib" by the Princess Irulan



More information about the MPlayer-cvslog mailing list