diff options
author | rik <rik@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-01-08 14:32:26 +0000 |
---|---|---|
committer | rik <rik@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-01-08 14:32:26 +0000 |
commit | 5405368390efa1ff088ea5945e3b9fd972658bac (patch) | |
tree | 4c137c9685bbc8df428c7442fbc2bbcf33c442ee | |
parent | e5657a2e4b5d3579b562fa61e0a43f8ea0401944 (diff) |
replace almost obsolete email address: snel@phys.uu.nl -> rsnel@cube.dyndns.org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14430 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libmpcodecs/vd_zrmjpeg.c | 2 | ||||
-rw-r--r-- | libmpcodecs/vf_zrmjpeg.c | 2 | ||||
-rw-r--r-- | libmpdemux/yuv4mpeg.c | 2 | ||||
-rw-r--r-- | libmpdemux/yuv4mpeg.h | 2 | ||||
-rw-r--r-- | libvo/vo_zr.c | 2 | ||||
-rw-r--r-- | libvo/vo_zr2.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/libmpcodecs/vd_zrmjpeg.c b/libmpcodecs/vd_zrmjpeg.c index 37622dd639..39a97e1e4b 100644 --- a/libmpcodecs/vd_zrmjpeg.c +++ b/libmpcodecs/vd_zrmjpeg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Rik Snel <snel@phys.uu.nl>, license GPL v2 + * Copyright (C) 2005 Rik Snel <rsnel@cube.dyndns.org>, license GPL v2 * - based on vd_mpegpes.c by A'rpi (C) 2002-2003 * - guess_mjpeg_type code stolen from lav_io.c (C) 2000 Rainer Johanni * <Rainer@Johanni.de> from the mjpegtools package diff --git a/libmpcodecs/vf_zrmjpeg.c b/libmpcodecs/vf_zrmjpeg.c index 89f0d6810d..0cd12370e4 100644 --- a/libmpcodecs/vf_zrmjpeg.c +++ b/libmpcodecs/vf_zrmjpeg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003 Rik Snel <snel@phys.uu.nl>, license GPL v2 + * Copyright (C) 2005 Rik Snel <rsnel@cube.dyndns.org>, license GPL v2 * - based on vd_lavc.c by A'rpi (C) 2002-2003 * - parts from ffmpeg Copyright (c) 2000-2003 Fabrice Bellard * diff --git a/libmpdemux/yuv4mpeg.c b/libmpdemux/yuv4mpeg.c index c96843e86e..3baac3eab9 100644 --- a/libmpdemux/yuv4mpeg.c +++ b/libmpdemux/yuv4mpeg.c @@ -4,7 +4,7 @@ * Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com> * * This file is ripped from the lavtools package (mjpeg.sourceforge.net) - * Ported to mplayer by Rik Snel <snel@phys.uu.nl> + * Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/libmpdemux/yuv4mpeg.h b/libmpdemux/yuv4mpeg.h index 1235de83b5..c9cc7ddd6d 100644 --- a/libmpdemux/yuv4mpeg.h +++ b/libmpdemux/yuv4mpeg.h @@ -7,7 +7,7 @@ * Copyright (C) 2001 Matthew J. Marjanovic <maddog@mir.com> * * This file is ripped from the lavtools package (mjpeg.sourceforge.net) - * Ported to mplayer by Rik Snel <snel@phys.uu.nl> + * Ported to mplayer by Rik Snel <rsnel@cube.dyndns.org> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/libvo/vo_zr.c b/libvo/vo_zr.c index 6c06a13f22..44bdf4c6bf 100644 --- a/libvo/vo_zr.c +++ b/libvo/vo_zr.c @@ -34,7 +34,7 @@ static vo_info_t info = { "Zoran ZR360[56]7/ZR36060 Driver (DC10(+)/buz/lml33/MatroxRR)", "zr", - "Rik Snel <snel@phys.uu.nl>", + "Rik Snel <rsnel@cube.dyndns.org>", "" }; diff --git a/libvo/vo_zr2.c b/libvo/vo_zr2.c index 42c0ee7001..88239c32b8 100644 --- a/libvo/vo_zr2.c +++ b/libvo/vo_zr2.c @@ -32,7 +32,7 @@ static vo_info_t info = { "Zoran ZR360[56]7/ZR36060 Driver (DC10(+)/buz/lml33/MatroxRR)", "zr2", - "Rik Snel <snel@phys.uu.nl>", + "Rik Snel <rsnel@cube.dyndns.org>", "" }; |