This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Long name spelling fixes
Originally committed as revision 13038 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Benjamin Larsson
18 years ago
parent
512b37bb28
commit
c401efdefe
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/flashsv.c
+1
-1
libavcodec/imc.c
+1
-1
libavcodec/nellymoserdec.c
+ 1
- 1
libavcodec/flashsv.c
View File
@@ -255,5 +255,5 @@ AVCodec flashsv_decoder = {
flashsv_decode_frame,
CODEC_CAP_DR1,
.pix_fmts = (enum PixelFormat[]){PIX_FMT_BGR24, -1},
.long_name = "Flash Screen Video",
.long_name = "Flash Screen Video
v1
",
};
+ 1
- 1
libavcodec/imc.c
View File
@@ -813,5 +813,5 @@ AVCodec imc_decoder = {
.init = imc_decode_init,
.close = imc_decode_close,
.decode = imc_decode_frame,
.long_name = "IMC (Intel Music Code
c
)",
.long_name = "IMC (Intel Music Code
r
)",
};
+ 1
- 1
libavcodec/nellymoserdec.c
View File
@@ -397,6 +397,6 @@ AVCodec nellymoser_decoder = {
NULL,
decode_end,
decode_tag,
.long_name = "Nellymoser",
.long_name = "Nellymoser
Asao
",
};
Write
Preview
Loading…
Cancel
Save