summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_gl.c')
-rw-r--r--libvo/vo_gl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index a2e832e2ed..4fd8efb671 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -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 @@ const LIBVO_EXTERN(gl)
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);