summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
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",
"",
""
};