[MPlayer-dev-eng] [PATCH] SDL suboptions

Diego Biurrun diego at biurrun.de
Fri Feb 25 03:04:53 CET 2005


Oded Shimon writes:
> -	{"noxv", &sdl_noxv, CONF_TYPE_FLAG, 0, 0, 1, NULL},
> -	{"forcexv", &sdl_forcexv, CONF_TYPE_FLAG, 0, 0, 1, NULL},
> +	{"noxv", "-noxv is deprecated. Use -vo sdl:noxv instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
> +	{"forcexv", "-forcexv is deprecated. Use -vo sdl:forcexv instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},

Since the two variable sdl_noxv and sdl_forcexv are no longer used
they should be removed.

I'm tempted to apply this patch but I have no good way to test it
since vo_sdl behaves exactly the same for me with -noxv and -forcexv.

Can anybody give me some hints?

Anyway, what are the SDL subdrivers?  They're not documented in
MPlayer apart from a few cryptic references.  Apparently there are
x11, dga which work for me and aalib which does not.  The docs
reference nto and photon (qnx?) as well.  Any others?

Diego




More information about the MPlayer-dev-eng mailing list