summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-03 20:22:51 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-03 20:22:51 +0000
commit188460e7ee91a9dd1520cc2c699b93a1d07b435c (patch)
tree951689eda9b8e125bb669c8146e9840d120a90ba /libvo
parente8a8a0ec4cca5990f992c8f4db7ae6c265f68e1a (diff)
downloadmpv-188460e7ee91a9dd1520cc2c699b93a1d07b435c.tar.bz2
mpv-188460e7ee91a9dd1520cc2c699b93a1d07b435c.tar.xz
removing my (nonworking) email address
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10369 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_ggi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_ggi.c b/libvo/vo_ggi.c
index 798fd83bc5..1a389f221e 100644
--- a/libvo/vo_ggi.c
+++ b/libvo/vo_ggi.c
@@ -1,7 +1,7 @@
/*
vo_ggi.c - General Graphics Interface (GGI) Renderer for MPlayer
- (C) Alex Beregszaszi <alex@naxine.org>
+ (C) Alex Beregszaszi
Uses libGGI - http://www.ggi-project.org/
@@ -45,7 +45,7 @@ static vo_info_t info =
{
"General Graphics Interface (GGI) output",
"ggi",
- "Alex Beregszaszi <alex@naxine.org>",
+ "Alex Beregszaszi",
"under developement"
};