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