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
270e647a
Commit
270e647a
authored
May 02, 2015
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/x86/dct-test: Make static table const
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
c1872172
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dct-test.c
libavcodec/x86/dct-test.c
+1
-1
No files found.
libavcodec/x86/dct-test.c
View file @
270e647a
...
...
@@ -88,7 +88,7 @@ static const struct algo idct_tab_arch[] = {
{
0
}
};
static
short
idct_simple_mmx_perm
[
64
]
=
{
static
const
short
idct_simple_mmx_perm
[
64
]
=
{
0x00
,
0x08
,
0x04
,
0x09
,
0x01
,
0x0C
,
0x05
,
0x0D
,
0x10
,
0x18
,
0x14
,
0x19
,
0x11
,
0x1C
,
0x15
,
0x1D
,
0x20
,
0x28
,
0x24
,
0x29
,
0x21
,
0x2C
,
0x25
,
0x2D
,
...
...
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