diff options
Diffstat (limited to 'libavcodec/mpc8.c')
-rw-r--r-- | libavcodec/mpc8.c | 2 |
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), |