summaryrefslogtreecommitdiff
path: root/libavcodec/mpc7.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-04-29 07:11:59 +0000
committerDiego Biurrun <diego@biurrun.de>2008-04-29 07:11:59 +0000
commit9d82d6cbba2518b2e87de4468c309a9bfaa59057 (patch)
treed3c2fbf8192ae1753545dc88d55ba0daa6ed66ed /libavcodec/mpc7.c
parentb88e657628062492aacea9bfc200a3f61649ec43 (diff)
Transform codec names into single words.
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13016 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpc7.c')
-rw-r--r--libavcodec/mpc7.c2
1 files changed, 1 insertions, 1 deletions
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),