summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-27 18:20:22 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-27 18:20:22 +0000
commit84a962ebea8e695de1a9af41ccd100a969cec1a0 (patch)
tree11c57180a3cdd7d114524b123883ce0a6d9838f6 /libvo
parent5f32754c143017e1a52f18a82f28f47026e8c27b (diff)
downloadmpv-84a962ebea8e695de1a9af41ccd100a969cec1a0.tar.bz2
mpv-84a962ebea8e695de1a9af41ccd100a969cec1a0.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30763 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-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);