summaryrefslogtreecommitdiff
path: root/libavcodec/mpc8.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/mpc8.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/mpc8.c')
-rw-r--r--libavcodec/mpc8.c2
1 files changed, 1 insertions, 1 deletions
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),