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
This commit is contained in:
Stefano Sabatini 2008-04-29 07:11:59 +00:00 committed by Diego Biurrun
parent b88e657628
commit 9d82d6cbba
3 changed files with 3 additions and 3 deletions

View File

@ -1058,7 +1058,7 @@ static int atrac3_decode_init(AVCodecContext *avctx)
AVCodec atrac3_decoder =
{
.name = "atrac 3",
.name = "atrac3",
.type = CODEC_TYPE_AUDIO,
.id = CODEC_ID_ATRAC3,
.priv_data_size = sizeof(ATRAC3Context),

View File

@ -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),

View File

@ -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),