[MPlayer-dev-eng] [PATCH] vo_svga parameters

Attila Kinali attila at kinali.ch
Sun Aug 8 04:56:18 CEST 2004


On Mon, Aug 02, 2004 at 04:59:58PM +0200, Mikulas Patocka wrote:
> This patch allows the user to specify parameters for vo_svga in any order,
> not just in order mentioned in source, as it used to be before.
> 
> Mikulas
Content-Description: svgalib parameters in any order
> --- x/mplayer-1.0pre4/libvo/vo_svga.c	2003-12-07 16:08:20.000000000 +0100
> +++ libvo/vo_svga.c	2004-07-25 16:51:09.000000000 +0100
> @@ -140,30 +140,35 @@
>        if(arg[i]==':')i++;
>        arg+=i;
>        vidix_preinit(vidix_name, &video_out_svga);
> +      continue;

I'd say that the 
arg+=i; at the end of the while loop is the problem and not
those continues. Could you test whether removing it solves your problem?

		Attila Kinali




More information about the MPlayer-dev-eng mailing list