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
pull/126/head
Stefano Sabatini 17 years ago committed by Diego Biurrun
parent b88e657628
commit 9d82d6cbba
  1. 2
      libavcodec/mpc7.c
  2. 2
      libavcodec/mpc8.c

@ -264,7 +264,7 @@ static void mpc7_decode_flush(AVCodecContext *avctx)
} }
AVCodec mpc7_decoder = { AVCodec mpc7_decoder = {
"mpc sv7", "mpc7",
CODEC_TYPE_AUDIO, CODEC_TYPE_AUDIO,
CODEC_ID_MUSEPACK7, CODEC_ID_MUSEPACK7,
sizeof(MPCContext), sizeof(MPCContext),

@ -353,7 +353,7 @@ static int mpc8_decode_frame(AVCodecContext * avctx,
} }
AVCodec mpc8_decoder = { AVCodec mpc8_decoder = {
"mpc sv8", "mpc8",
CODEC_TYPE_AUDIO, CODEC_TYPE_AUDIO,
CODEC_ID_MUSEPACK8, CODEC_ID_MUSEPACK8,
sizeof(MPCContext), sizeof(MPCContext),

Loading…
Cancel
Save