Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
49baf44c
Commit
49baf44c
authored
Nov 05, 2011
by
Reimar Döffinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make ff_mba_* arrays const.
Signed-off-by:
Reimar Döffinger
<
Reimar.Doeffinger@gmx.de
>
parent
b052601b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
h263.h
libavcodec/h263.h
+2
-2
h263data.h
libavcodec/h263data.h
+2
-2
No files found.
libavcodec/h263.h
View file @
49baf44c
...
...
@@ -59,8 +59,8 @@ extern RLTable rl_intra_aic;
extern
const
uint16_t
h263_format
[
8
][
2
];
extern
const
uint8_t
modified_quant_tab
[
2
][
32
];
extern
uint16_t
ff_mba_max
[
6
];
extern
uint8_t
ff_mba_length
[
7
];
extern
const
uint16_t
ff_mba_max
[
6
];
extern
const
uint8_t
ff_mba_length
[
7
];
extern
uint8_t
ff_h263_static_rl_table_store
[
2
][
2
][
2
*
MAX_RUN
+
MAX_LEVEL
+
3
];
...
...
libavcodec/h263data.h
View file @
49baf44c
...
...
@@ -264,11 +264,11 @@ const uint8_t ff_h263_chroma_qscale_table[32]={
0
,
1
,
2
,
3
,
4
,
5
,
6
,
6
,
7
,
8
,
9
,
9
,
10
,
10
,
11
,
11
,
12
,
12
,
12
,
13
,
13
,
13
,
14
,
14
,
14
,
14
,
14
,
15
,
15
,
15
,
15
,
15
};
uint16_t
ff_mba_max
[
6
]
=
{
const
uint16_t
ff_mba_max
[
6
]
=
{
47
,
98
,
395
,
1583
,
6335
,
9215
};
uint8_t
ff_mba_length
[
7
]
=
{
const
uint8_t
ff_mba_length
[
7
]
=
{
6
,
7
,
9
,
11
,
13
,
14
,
14
};
...
...
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