From 9d82d6cbba2518b2e87de4468c309a9bfaa59057 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 29 Apr 2008 07:11:59 +0000 Subject: 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 --- libavcodec/mpc8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpc8.c') 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), -- cgit v1.2.3