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 + (C) 2001-2002 Alex Beregszaszi and Arpad Gereoffy */ 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 + (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 + (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 + (C) Alex Beregszaszi Some ideas are based on xawtv/libng's grab-v4l.c written by Gerd Knorr @@ -49,7 +49,7 @@ static tvi_info_t info = { "Video 4 Linux input", "v4l", - "Alex Beregszaszi ", + "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 + (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 Beregszaszi", "under developement" };