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
7c032a36
Commit
7c032a36
authored
Nov 01, 2007
by
Aurelien Jacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: sort
Originally committed as revision 10890 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
c5d99f2b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
adpcm.c
libavcodec/adpcm.c
+3
-3
No files found.
libavcodec/adpcm.c
View file @
7c032a36
...
...
@@ -1558,6 +1558,9 @@ ADPCM_ENCODER(id,name) ADPCM_DECODER(id,name)
ADPCM_CODEC
(
CODEC_ID_ADPCM_4XM
,
adpcm_4xm
);
ADPCM_CODEC
(
CODEC_ID_ADPCM_CT
,
adpcm_ct
);
ADPCM_CODEC
(
CODEC_ID_ADPCM_EA
,
adpcm_ea
);
ADPCM_CODEC
(
CODEC_ID_ADPCM_EA_R1
,
adpcm_ea_r1
);
ADPCM_CODEC
(
CODEC_ID_ADPCM_EA_R2
,
adpcm_ea_r2
);
ADPCM_CODEC
(
CODEC_ID_ADPCM_EA_R3
,
adpcm_ea_r3
);
ADPCM_CODEC
(
CODEC_ID_ADPCM_IMA_AMV
,
adpcm_ima_amv
);
ADPCM_CODEC
(
CODEC_ID_ADPCM_IMA_DK3
,
adpcm_ima_dk3
);
ADPCM_CODEC
(
CODEC_ID_ADPCM_IMA_DK4
,
adpcm_ima_dk4
);
...
...
@@ -1568,9 +1571,6 @@ ADPCM_CODEC(CODEC_ID_ADPCM_IMA_SMJPEG, adpcm_ima_smjpeg);
ADPCM_CODEC
(
CODEC_ID_ADPCM_IMA_WAV
,
adpcm_ima_wav
);
ADPCM_CODEC
(
CODEC_ID_ADPCM_IMA_WS
,
adpcm_ima_ws
);
ADPCM_CODEC
(
CODEC_ID_ADPCM_MS
,
adpcm_ms
);
ADPCM_CODEC
(
CODEC_ID_ADPCM_EA_R1
,
adpcm_ea_r1
);
ADPCM_CODEC
(
CODEC_ID_ADPCM_EA_R2
,
adpcm_ea_r2
);
ADPCM_CODEC
(
CODEC_ID_ADPCM_EA_R3
,
adpcm_ea_r3
);
ADPCM_CODEC
(
CODEC_ID_ADPCM_SBPRO_4
,
adpcm_sbpro_4
);
ADPCM_CODEC
(
CODEC_ID_ADPCM_SBPRO_3
,
adpcm_sbpro_3
);
ADPCM_CODEC
(
CODEC_ID_ADPCM_SBPRO_2
,
adpcm_sbpro_2
);
...
...
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