Commit 4c1457fc authored by diego's avatar diego

Transform codec names into single words.

patch by Stefano Sabatini, stefano.sabatini-lala poste it


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13016 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bf27068e
......@@ -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),
......
......@@ -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),
......
......@@ -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),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment