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
9b0eabdc
Commit
9b0eabdc
authored
Mar 03, 2016
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avutil/color_utils: Mark test_data as static const
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
5e9f8592
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
color_utils.c
libavutil/color_utils.c
+1
-1
No files found.
libavutil/color_utils.c
View file @
9b0eabdc
...
...
@@ -224,7 +224,7 @@ avpriv_trc_function avpriv_get_trc_function_from_trc(enum AVColorTransferCharact
int
main
(
int
argc
,
char
*
argv
[])
{
int
i
,
j
;
double
test_data
[]
=
{
static
const
double
test_data
[]
=
{
-
0
.
1
,
-
0
.
01
8053968510807
,
-
0
.
01
,
-
0
.
0044
9
,
0
.
0
,
0
.
00316227760
,
0
.
005
,
0
.
00
9
,
0
.
015
,
0
.
1
,
1
.
0
,
52
.
37
,
125
.
098765
,
1999
.
11123
,
6945
.
443
,
15123
.
4567
,
19845
.
88923
,
98678
.
4231
,
99999
.
899998
...
...
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