Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
c401efde
Commit
c401efde
authored
May 02, 2008
by
Benjamin Larsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Long name spelling fixes
Originally committed as revision 13038 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
512b37bb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
flashsv.c
libavcodec/flashsv.c
+1
-1
imc.c
libavcodec/imc.c
+1
-1
nellymoserdec.c
libavcodec/nellymoserdec.c
+1
-1
No files found.
libavcodec/flashsv.c
View file @
c401efde
...
...
@@ -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
"
,
};
libavcodec/imc.c
View file @
c401efde
...
...
@@ -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
)"
,
};
libavcodec/nellymoserdec.c
View file @
c401efde
...
...
@@ -397,6 +397,6 @@ AVCodec nellymoser_decoder = {
NULL
,
decode_end
,
decode_tag
,
.
long_name
=
"Nellymoser"
,
.
long_name
=
"Nellymoser
Asao
"
,
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment