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
0c7ceb1e
Commit
0c7ceb1e
authored
Sep 23, 2015
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/aacenctab: Make aac_maxval_cb const
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
d1bbefea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
aacenctab.h
libavcodec/aacenctab.h
+1
-1
No files found.
libavcodec/aacenctab.h
View file @
0c7ceb1e
...
@@ -110,7 +110,7 @@ static const uint8_t aac_cb_in_map[CB_TOT_ALL+1] = {0,1,2,3,4,5,6,7,8,9,10,11,0,
...
@@ -110,7 +110,7 @@ static const uint8_t aac_cb_in_map[CB_TOT_ALL+1] = {0,1,2,3,4,5,6,7,8,9,10,11,0,
static
const
uint8_t
aac_cb_range
[
12
]
=
{
0
,
3
,
3
,
3
,
3
,
9
,
9
,
8
,
8
,
13
,
13
,
17
};
static
const
uint8_t
aac_cb_range
[
12
]
=
{
0
,
3
,
3
,
3
,
3
,
9
,
9
,
8
,
8
,
13
,
13
,
17
};
static
const
uint8_t
aac_cb_maxval
[
12
]
=
{
0
,
1
,
1
,
2
,
2
,
4
,
4
,
7
,
7
,
12
,
12
,
16
};
static
const
uint8_t
aac_cb_maxval
[
12
]
=
{
0
,
1
,
1
,
2
,
2
,
4
,
4
,
7
,
7
,
12
,
12
,
16
};
static
unsigned
char
aac_maxval_cb
[]
=
{
static
const
unsigned
char
aac_maxval_cb
[]
=
{
0
,
1
,
3
,
5
,
5
,
7
,
7
,
7
,
9
,
9
,
9
,
9
,
9
,
11
0
,
1
,
3
,
5
,
5
,
7
,
7
,
7
,
9
,
9
,
9
,
9
,
9
,
11
};
};
...
...
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