Mercurial > mplayer.hg
changeset 30721:e41d1c03cea4
Update -vo gl info structs, it isn't X11-only since ages and there's basically
no code left from Arpi and it's unlikely the email address is still working anyway.
author | reimar |
---|---|
date | Sat, 27 Feb 2010 18:20:22 +0000 |
parents | 1547f30c53b0 |
children | b0342ca7ea61 |
files | libvo/vo_gl.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_gl.c Sat Feb 27 18:17:33 2010 +0000 +++ b/libvo/vo_gl.c Sat Feb 27 18:20:22 2010 +0000 @@ -39,9 +39,9 @@ static const vo_info_t info = { - "X11 (OpenGL)", + "OpenGL", "gl", - "Arpad Gereoffy <arpi@esp-team.scene.hu>", + "Reimar Doeffinger <Reimar.Doeffinger@gmx.de>", "" }; @@ -50,9 +50,9 @@ static const vo_info_t info_nosw = { - "X11 (OpenGL) no software rendering", + "OpenGL no software rendering", "gl_nosw", - "Arpad Gereoffy <arpi@esp-team.scene.hu>", + "Reimar Doeffinger <Reimar.Doeffinger@gmx.de>", "" }; static int preinit_nosw(const char *arg);