summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-07 21:39:47 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-07 21:39:47 +0000
commit86be1009c3a96e7c69f329090aac22f7fd1ca7fd (patch)
tree545c860f03f6765fc306256b7c7db704eae265fe /libvo
parent296cb62800914c41c102ea84f9603f6851c07daf (diff)
downloadmpv-86be1009c3a96e7c69f329090aac22f7fd1ca7fd.tar.bz2
mpv-86be1009c3a96e7c69f329090aac22f7fd1ca7fd.tar.xz
info & author changed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2127 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_gl2.c b/libvo/vo_gl2.c
index 97401310e8..41df0bcde3 100644
--- a/libvo/vo_gl2.c
+++ b/libvo/vo_gl2.c
@@ -40,9 +40,9 @@ LIBVO_EXTERN(gl2)
static vo_info_t vo_info =
{
- "X11 (OpenGL)",
+ "X11 (OpenGL) - multiple textures version",
"gl2",
- "Arpad Gereoffy <arpi@esp-team.scene.hu>",
+ "Arpad Gereoffy & Sven Goethel",
""
};