From b000a6a519ee8e6dffeb7a7f5a8ec88f708512db Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 9 Jul 2007 19:50:36 +0000 Subject: ISO8859-1 --> UTF-8 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23754 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_jack.c | 6 +++--- libao2/ao_nas.c | 2 +- libao2/ao_openal.c | 4 ++-- libao2/ao_sdl.c | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'libao2') diff --git a/libao2/ao_jack.c b/libao2/ao_jack.c index 1e9dbff8c8..6860810249 100644 --- a/libao2/ao_jack.c +++ b/libao2/ao_jack.c @@ -4,8 +4,8 @@ * This driver is under the same license as MPlayer. * (http://www.mplayerhq.hu) * - * Copyleft 2001 by Felix Bünemann (atmosfear@users.sf.net) - * and Reimar Döffinger (Reimar.Doeffinger@stud.uni-karlsruhe.de) + * Copyleft 2001 by Felix Bünemann (atmosfear@users.sf.net) + * and Reimar Döffinger (Reimar.Doeffinger@stud.uni-karlsruhe.de) */ #include @@ -31,7 +31,7 @@ static ao_info_t info = { "JACK audio output", "jack", - "Reimar Döffinger ", + "Reimar Döffinger ", "based on ao_sdl.c" }; diff --git a/libao2/ao_nas.c b/libao2/ao_nas.c index 0ef32ab7f6..4888cfc366 100644 --- a/libao2/ao_nas.c +++ b/libao2/ao_nas.c @@ -6,7 +6,7 @@ * * xmms plugin by Willem Monsuwe * adapted for libaudiooss by Jon Trulson - * further modified by Erik Inge Bolsø + * further modified by Erik Inge Bolsø * largely rewritten and used for this * plugin by Tobias Diedrich * diff --git a/libao2/ao_openal.c b/libao2/ao_openal.c index 9319a5f005..d9509c0eb6 100644 --- a/libao2/ao_openal.c +++ b/libao2/ao_openal.c @@ -4,7 +4,7 @@ * This driver is under the same license as MPlayer. * (http://www.mplayerhq.hu) * - * Copyleft 2006 by Reimar Döffinger (Reimar.Doeffinger@stud.uni-karlsruhe.de) + * Copyleft 2006 by Reimar Döffinger (Reimar.Doeffinger@stud.uni-karlsruhe.de) */ #include "config.h" @@ -33,7 +33,7 @@ static ao_info_t info = { "OpenAL audio output", "openal", - "Reimar Döffinger ", + "Reimar Döffinger ", "" }; diff --git a/libao2/ao_sdl.c b/libao2/ao_sdl.c index 0da9bb338f..d46e4fa9bd 100644 --- a/libao2/ao_sdl.c +++ b/libao2/ao_sdl.c @@ -4,7 +4,7 @@ * This driver is under the same license as MPlayer. * (http://www.mplayerhq.hu) * - * Copyleft 2001 by Felix Bünemann (atmosfear@users.sf.net) + * Copyleft 2001 by Felix Bünemann (atmosfear@users.sf.net) * * Thanks to Arpi for nice ringbuffer-code! * -- cgit v1.2.3