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
37ff38c6
Commit
37ff38c6
authored
Apr 17, 2008
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: spelling
Originally committed as revision 12887 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
0ddfbc73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
allcodecs.c
libavcodec/allcodecs.c
+3
-3
No files found.
libavcodec/allcodecs.c
View file @
37ff38c6
...
...
@@ -212,7 +212,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC
(
WMAV2
,
wmav2
);
REGISTER_DECODER
(
WS_SND1
,
ws_snd1
);
/*
pcm
codecs */
/*
PCM
codecs */
REGISTER_ENCDEC
(
PCM_ALAW
,
pcm_alaw
);
REGISTER_ENCDEC
(
PCM_MULAW
,
pcm_mulaw
);
REGISTER_ENCDEC
(
PCM_S8
,
pcm_s8
);
...
...
@@ -233,13 +233,13 @@ void avcodec_register_all(void)
REGISTER_ENCDEC
(
PCM_U32LE
,
pcm_u32le
);
REGISTER_ENCDEC
(
PCM_ZORK
,
pcm_zork
);
/*
dpcm
codecs */
/*
DPCM
codecs */
REGISTER_DECODER
(
INTERPLAY_DPCM
,
interplay_dpcm
);
REGISTER_ENCDEC
(
ROQ_DPCM
,
roq_dpcm
);
REGISTER_DECODER
(
SOL_DPCM
,
sol_dpcm
);
REGISTER_DECODER
(
XAN_DPCM
,
xan_dpcm
);
/*
adpcm
codecs */
/*
ADPCM
codecs */
REGISTER_DECODER
(
ADPCM_4XM
,
adpcm_4xm
);
REGISTER_ENCDEC
(
ADPCM_ADX
,
adpcm_adx
);
REGISTER_DECODER
(
ADPCM_CT
,
adpcm_ct
);
...
...
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