summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--libmpcodecs/vd_xanim.c2
-rw-r--r--libmpdemux/demux_real.c2
-rw-r--r--libmpdemux/tv.c2
-rw-r--r--libmpdemux/tvi_v4l.c4
-rw-r--r--libvo/vo_ggi.c4
5 files changed, 7 insertions, 7 deletions
diff --git a/libmpcodecs/vd_xanim.c b/libmpcodecs/vd_xanim.c
index 3f7fcd56af..6d250cda3b 100644
--- a/libmpcodecs/vd_xanim.c
+++ b/libmpcodecs/vd_xanim.c
@@ -4,7 +4,7 @@
It partly emulates the Xanim codebase.
You need the -rdynamic flag to use this with gcc.
- (C) 2001-2002 Alex Beregszaszi <alex@naxine.org>
+ (C) 2001-2002 Alex Beregszaszi
and Arpad Gereoffy <arpi@thot.banki.hu>
*/
diff --git a/libmpdemux/demux_real.c b/libmpdemux/demux_real.c
index 2d4168f870..4b8c577d48 100644
--- a/libmpdemux/demux_real.c
+++ b/libmpdemux/demux_real.c
@@ -1,7 +1,7 @@
/*
Real parser & demuxer
- (C) Alex Beregszaszi <alex@naxine.org>
+ (C) Alex Beregszaszi
Based on FFmpeg's libav/rm.c.
diff --git a/libmpdemux/tv.c b/libmpdemux/tv.c
index ba1b813179..3268623436 100644
--- a/libmpdemux/tv.c
+++ b/libmpdemux/tv.c
@@ -1,7 +1,7 @@
/*
TV Interface for MPlayer
- (C) Alex Beregszaszi <alex@naxine.org>
+ (C) Alex Beregszaszi
API idea based on libvo2
diff --git a/libmpdemux/tvi_v4l.c b/libmpdemux/tvi_v4l.c
index f2f14aad8f..f4b03d1097 100644
--- a/libmpdemux/tvi_v4l.c
+++ b/libmpdemux/tvi_v4l.c
@@ -1,7 +1,7 @@
/*
Video 4 Linux input
- (C) Alex Beregszaszi <alex@naxine.org>
+ (C) Alex Beregszaszi
Some ideas are based on xawtv/libng's grab-v4l.c written by
Gerd Knorr <kraxel@bytesex.org>
@@ -49,7 +49,7 @@
static tvi_info_t info = {
"Video 4 Linux input",
"v4l",
- "Alex Beregszaszi <alex@naxine.org>",
+ "Alex Beregszaszi",
"under development"
};
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"
};