summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-09 19:50:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-09 19:50:36 +0000
commitb000a6a519ee8e6dffeb7a7f5a8ec88f708512db (patch)
treef167ef746df7cdfb69aaffc5f616320a36d94cb5 /libmpcodecs
parent344a7d55748fcfb02266ca965188691cc134d659 (diff)
downloadmpv-b000a6a519ee8e6dffeb7a7f5a8ec88f708512db.tar.bz2
mpv-b000a6a519ee8e6dffeb7a7f5a8ec88f708512db.tar.xz
ISO8859-1 --> UTF-8
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23754 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/ad_hwac3.c2
-rw-r--r--libmpcodecs/ad_mpc.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/libmpcodecs/ad_hwac3.c b/libmpcodecs/ad_hwac3.c
index 229d5593af..268b55a6e6 100644
--- a/libmpcodecs/ad_hwac3.c
+++ b/libmpcodecs/ad_hwac3.c
@@ -28,7 +28,7 @@ static ad_info_t info =
{
"AC3/DTS pass-through S/PDIF",
"hwac3",
- "Nick Kurshev/Peter Schüller",
+ "Nick Kurshev/Peter Schüller",
"???",
""
};
diff --git a/libmpcodecs/ad_mpc.c b/libmpcodecs/ad_mpc.c
index 435a6cb0e5..97ffdfed44 100644
--- a/libmpcodecs/ad_mpc.c
+++ b/libmpcodecs/ad_mpc.c
@@ -1,7 +1,7 @@
/**
* Musepack audio files decoder for MPlayer
* by Reza Jelveh <reza.jelveh@tuhh.de> and
- * Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de>
+ * Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de>
* License: GPL
* This code may be be relicensed under the terms of the GNU LGPL when it
* becomes part of the FFmpeg project (ffmpeg.org)
@@ -20,7 +20,7 @@ static ad_info_t info =
{
"Musepack audio decoder",
"mpcdec",
- "Reza Jelveh and Reimar Döffinger",
+ "Reza Jelveh and Reimar Döffinger",
"",
""
};