1
mirror of https://github.com/mpv-player/mpv synced 2024-11-07 01:47:00 +01:00

removing my (non-working) email address

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10367 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-07-03 20:07:54 +00:00
parent fc5526f925
commit 64885ae175
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
/*
ao_alsa9 - ALSA-0.9.x output plugin for MPlayer
(C) Alex Beregszaszi <alex@naxine.org>
(C) Alex Beregszaszi
modified for real alsa-0.9.0-support by Joy Winter <joy@pingfm.org>
additional AC3 passthrough support by Andy Lo A Foe <andy@alsaplayer.org>
@ -37,7 +37,7 @@ static ao_info_t info =
{
"ALSA-0.9.x audio output",
"alsa9",
"Alex Beregszaszi <alex@naxine.org>, Joy Winter <joy@pingfm.org>",
"Alex Beregszaszi, Joy Winter <joy@pingfm.org>",
"under developement"
};

View File

@ -1,7 +1,7 @@
/*
ao_alsa5 - ALSA-0.5.x output plugin for MPlayer
(C) Alex Beregszaszi <alex@naxine.org>
(C) Alex Beregszaszi
Thanks to Arpi for helping me ;)
*/
@ -21,7 +21,7 @@ static ao_info_t info =
{
"ALSA-0.5.x audio output",
"alsa5",
"Alex Beregszaszi <alex@naxine.org>",
"Alex Beregszaszi",
""
};

View File

@ -1,7 +1,7 @@
/*
ao_alsa9 - ALSA-0.9.x output plugin for MPlayer
(C) Alex Beregszaszi <alex@naxine.org>
(C) Alex Beregszaszi
modified for real alsa-0.9.0-support by Joy Winter <joy@pingfm.org>
additional AC3 passthrough support by Andy Lo A Foe <andy@alsaplayer.org>
@ -37,7 +37,7 @@ static ao_info_t info =
{
"ALSA-0.9.x audio output",
"alsa9",
"Alex Beregszaszi <alex@naxine.org>, Joy Winter <joy@pingfm.org>",
"Alex Beregszaszi, Joy Winter <joy@pingfm.org>",
"under developement"
};