summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
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"
};