summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/atrac3.c2
-rw-r--r--libavcodec/mpc7.c2
-rw-r--r--libavcodec/mpc8.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/atrac3.c b/libavcodec/atrac3.c
index 2f964b7183..cfbaf7acc3 100644
--- a/libavcodec/atrac3.c
+++ b/libavcodec/atrac3.c
@@ -1058,7 +1058,7 @@ static int atrac3_decode_init(AVCodecContext *avctx)
AVCodec atrac3_decoder =
{
- .name = "atrac 3",
+ .name = "atrac3",
.type = CODEC_TYPE_AUDIO,
.id = CODEC_ID_ATRAC3,
.priv_data_size = sizeof(ATRAC3Context),
diff --git a/libavcodec/mpc7.c b/libavcodec/mpc7.c
index 3eb642d71f..5ac93cf0f3 100644
--- a/libavcodec/mpc7.c
+++ b/libavcodec/mpc7.c
@@ -264,7 +264,7 @@ static void mpc7_decode_flush(AVCodecContext *avctx)
}
AVCodec mpc7_decoder = {
- "mpc sv7",
+ "mpc7",
CODEC_TYPE_AUDIO,
CODEC_ID_MUSEPACK7,
sizeof(MPCContext),
diff --git a/libavcodec/mpc8.c b/libavcodec/mpc8.c
index 6817f38c61..e98b24822a 100644
--- a/libavcodec/mpc8.c
+++ b/libavcodec/mpc8.c
@@ -353,7 +353,7 @@ static int mpc8_decode_frame(AVCodecContext * avctx,
}
AVCodec mpc8_decoder = {
- "mpc sv8",
+ "mpc8",
CODEC_TYPE_AUDIO,
CODEC_ID_MUSEPACK8,
sizeof(MPCContext),