Transform codec names into single words.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 29 Apr 2008 07:11:59 +0000 (07:11 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 29 Apr 2008 07:11:59 +0000 (07:11 +0000)
patch by Stefano Sabatini, stefano.sabatini-lala poste it

Originally committed as revision 13016 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/atrac3.c
libavcodec/mpc7.c
libavcodec/mpc8.c

index 2f964b7..cfbaf7a 100644 (file)
@@ -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),
index 3eb642d..5ac93cf 100644 (file)
@@ -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),
index 6817f38..e98b248 100644 (file)
@@ -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),