1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-27 09:32:40 +00:00

Fix email address

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15756 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ranma 2005-06-19 09:17:44 +00:00
parent 6ca9795767
commit bad644cced
6 changed files with 6 additions and 6 deletions

View File

@ -191,7 +191,7 @@ Di Vita, Piero (Scognito) <scognito@libero.it>
* new GUI icons
* skin review part II
Diedrich, Tobias (ranma) <ranma@gmx.at>
Diedrich, Tobias (ranma) <ranma+mplayer@tdiedrich.de>
* NAS audio output driver
* DXR2 driver
* softpulldown video filter

View File

@ -650,7 +650,7 @@ Folks from MPlayer Developers Mailinglist (http://www.mplayehrq.hu/).
Authors in ABC-order: (FIXME! Tell us if we left you out)
Beregszaszi, Alex (alex@fsn.hu)
Bunkus, Moritz (moritz@bunkus.org)
Diedrich, Tobias (td@sim.uni-hannover.de)
Diedrich, Tobias (ranma+mplayer@tdiedrich.de)
Felker, Rich (dalias@aerifal.cx)
Franz, Fabian (FabianFranz@gmx.de)
Gereoffy, Arpad (arpi@thot.banki.hu)

View File

@ -686,7 +686,7 @@ Folks from MPlayer Developers Mailinglist (http://www.mplayehrq.hu/).
Authors in ABC-order: (FIXME! Tell us if we left you out)
Beregszaszi, Alex (alex@fsn.hu)
Bunkus, Moritz (moritz@bunkus.org)
Diedrich, Tobias (td@sim.uni-hannover.de)
Diedrich, Tobias (ranma+mplayer@tdiedrich.de)
Felker, Rich (dalias@aerifal.cx)
Franz, Fabian (FabianFranz@gmx.de)
Gereoffy, Arpad (arpi@thot.banki.hu)

View File

@ -18,7 +18,7 @@ static ao_info_t info =
{
"DXR2 audio output",
"dxr2",
"Tobias Diedrich <ranma@gmx.at>",
"Tobias Diedrich <ranma+mplayer@tdiedrich.de>",
""
};

View File

@ -11,7 +11,7 @@ static ao_info_t info =
{
"Null audio output",
"null",
"Tobias Diedrich",
"Tobias Diedrich <ranma+mplayer@tdiedrich.de>",
""
};

View File

@ -155,7 +155,7 @@ static int open(vf_instance_t *vf, char* args)
vf_info_t vf_info_softpulldown = {
"mpeg2 soft 3:2 pulldown",
"softpulldown",
"Tobias Diedrich",
"Tobias Diedrich <ranma+mplayer@tdiedrich.de>",
"",
open,
NULL