mirror of https://github.com/mpv-player/mpv
gl_common: remove compatibility aliases for backend sub-option
The backend sub-option for vo_opengl and vo_opengl-old accepted numeric values (like -1, 0, ...) for compatibility with MPlayer. This was added in mplayer2 times, and is not important anymore.
This commit is contained in:
parent
a40a12dfaa
commit
05f76c63d5
|
@ -1308,12 +1308,6 @@ static struct backend backends[] = {
|
|||
{"cocoa", GLTYPE_COCOA},
|
||||
{"win", GLTYPE_W32},
|
||||
{"x11", GLTYPE_X11},
|
||||
// mplayer-svn aliases (note that mplayer-svn couples these with the numeric
|
||||
// values of the internal GLTYPE_* constants)
|
||||
{"-1", GLTYPE_AUTO},
|
||||
{ "0", GLTYPE_W32},
|
||||
{ "1", GLTYPE_X11},
|
||||
|
||||
{0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue