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:
parent
fc5526f925
commit
64885ae175
@ -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"
|
||||
};
|
||||
|
||||
|
@ -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",
|
||||
""
|
||||
};
|
||||
|
||||
|
@ -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"
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user