[MPlayer-cvslog] r30763 - trunk/libvo/vo_gl.c

reimar subversion at mplayerhq.hu
Sat Feb 27 19:20:22 CET 2010


Author: reimar
Date: Sat Feb 27 19:20:22 2010
New Revision: 30763

Log:
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.

Modified:
   trunk/libvo/vo_gl.c

Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c	Sat Feb 27 19:17:33 2010	(r30762)
+++ trunk/libvo/vo_gl.c	Sat Feb 27 19:20:22 2010	(r30763)
@@ -39,9 +39,9 @@
 
 static const vo_info_t info =
 {
-  "X11 (OpenGL)",
+  "OpenGL",
   "gl",
-  "Arpad Gereoffy <arpi at esp-team.scene.hu>",
+  "Reimar Doeffinger <Reimar.Doeffinger at 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 at esp-team.scene.hu>",
+  "Reimar Doeffinger <Reimar.Doeffinger at gmx.de>",
   ""
 };
 static int preinit_nosw(const char *arg);


More information about the MPlayer-cvslog mailing list