[MPlayer-dev-eng] [PATCH] Add support for directory-wide configuration overrides V1.2

Diego Biurrun diego at biurrun.de
Mon Aug 31 07:24:16 CEST 2009


On Sun, Aug 30, 2009 at 03:04:12PM +0300, Christian P. Schmidt wrote:
> 
> --- mplayer.c	(revision 29565)
> +++ mplayer.c	(working copy)
> @@ -916,10 +917,26 @@
>  
> +    if (use_filedir_conf)
> +    {

if (use_filedir_conf) {

same below

> +		av_strlcpy (cfg, file, name - file + 2);

Drop the spaces after function names, same below.

Diego



More information about the MPlayer-dev-eng mailing list