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
9fd88b29
Commit
9fd88b29
authored
Sep 30, 2008
by
Benoit Fouet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change table types to uint8_t
Originally committed as revision 15470 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
12ce1f3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
indeo3.c
libavcodec/indeo3.c
+2
-2
No files found.
libavcodec/indeo3.c
View file @
9fd88b29
...
...
@@ -54,13 +54,13 @@ typedef struct Indeo3DecodeContext {
unsigned
short
*
corrector_type
;
}
Indeo3DecodeContext
;
static
const
in
t
corrector_type_0
[
24
]
=
{
static
const
uint8_
t
corrector_type_0
[
24
]
=
{
195
,
159
,
133
,
115
,
101
,
93
,
87
,
77
,
195
,
159
,
133
,
115
,
101
,
93
,
87
,
77
,
128
,
79
,
79
,
79
,
79
,
79
,
79
,
79
};
static
const
in
t
corrector_type_2
[
8
]
=
{
9
,
7
,
6
,
8
,
5
,
4
,
3
,
2
};
static
const
uint8_
t
corrector_type_2
[
8
]
=
{
9
,
7
,
6
,
8
,
5
,
4
,
3
,
2
};
static
av_cold
void
build_modpred
(
Indeo3DecodeContext
*
s
)
{
...
...
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