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
10542491
Commit
10542491
authored
Jun 24, 2017
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/adpcm_data: use uint16_t to handle all values
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
32deea87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
adpcm_data.c
libavcodec/adpcm_data.c
+1
-1
No files found.
libavcodec/adpcm_data.c
View file @
10542491
...
...
@@ -106,7 +106,7 @@ const int8_t ff_adpcm_yamaha_difflookup[] = {
-
1
,
-
3
,
-
5
,
-
7
,
-
9
,
-
11
,
-
13
,
-
15
};
const
int16_t
ff_adpcm_afc_coeffs
[
2
][
16
]
=
{
const
u
int16_t
ff_adpcm_afc_coeffs
[
2
][
16
]
=
{
{
0
,
2048
,
0
,
1024
,
4096
,
3584
,
3072
,
4608
,
4200
,
4800
,
5120
,
2048
,
1024
,
64512
,
64512
,
63488
},
{
0
,
0
,
2048
,
1024
,
63488
,
64000
,
64512
,
62976
,
63288
,
63236
,
62464
,
63488
,
64512
,
1024
,
0
,
0
}
};
...
...
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