summaryrefslogtreecommitdiffstats
path: root/libmpdemux
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 /libmpdemux
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 'libmpdemux')
-rw-r--r--libmpdemux/demux_real.c2
-rw-r--r--libmpdemux/tv.c2
-rw-r--r--libmpdemux/tvi_v4l.c4
3 files changed, 4 insertions, 4 deletions
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"
};