Commit c401efde authored by Benjamin Larsson's avatar Benjamin Larsson

Long name spelling fixes

Originally committed as revision 13038 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 512b37bb
...@@ -255,5 +255,5 @@ AVCodec flashsv_decoder = { ...@@ -255,5 +255,5 @@ AVCodec flashsv_decoder = {
flashsv_decode_frame, flashsv_decode_frame,
CODEC_CAP_DR1, CODEC_CAP_DR1,
.pix_fmts = (enum PixelFormat[]){PIX_FMT_BGR24, -1}, .pix_fmts = (enum PixelFormat[]){PIX_FMT_BGR24, -1},
.long_name = "Flash Screen Video", .long_name = "Flash Screen Video v1",
}; };
...@@ -813,5 +813,5 @@ AVCodec imc_decoder = { ...@@ -813,5 +813,5 @@ AVCodec imc_decoder = {
.init = imc_decode_init, .init = imc_decode_init,
.close = imc_decode_close, .close = imc_decode_close,
.decode = imc_decode_frame, .decode = imc_decode_frame,
.long_name = "IMC (Intel Music Codec)", .long_name = "IMC (Intel Music Coder)",
}; };
...@@ -397,6 +397,6 @@ AVCodec nellymoser_decoder = { ...@@ -397,6 +397,6 @@ AVCodec nellymoser_decoder = {
NULL, NULL,
decode_end, decode_end,
decode_tag, decode_tag,
.long_name = "Nellymoser", .long_name = "Nellymoser Asao",
}; };
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