[MPlayer-dev-eng] [PATCH] SDL suboptions
Diego Biurrun
diego at biurrun.de
Tue Mar 1 02:26:05 CET 2005
Diego Biurrun writes:
> 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.
If nobody speaks up I will get this patch some testing in CVS soon.
Diego
More information about the MPlayer-dev-eng
mailing list