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
cf8dec7d
Commit
cf8dec7d
authored
Feb 14, 2013
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi/showspectrum: pretty-align constants.
Binary object unchanged.
parent
ce6a8e59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
avf_showspectrum.c
libavfilter/avf_showspectrum.c
+8
-8
No files found.
libavfilter/avf_showspectrum.c
View file @
cf8dec7d
...
...
@@ -88,14 +88,14 @@ typedef struct {
}
intensity_color_table_item
;
static
const
intensity_color_table_item
intensity_color_table
[]
=
{
{
0
,
0
,
0
,
0
},
{
0
.
13
,
.
035
87126228984074
,
.
1573300977624594
,
-
.
0254
8747583751842
},
{
0
.
3
,
.
1857228179456802
,
.
1772436246393981
,
.
1747555484041475
},
{
0
.
6
,
.
2818498058365613
,
-
.
1593064119945782
,
.
4713207455460892
},
{
0
.
73
,
.
6583062117554781
,
-
.
3716070802232764
,
.
2435275933125293
},
{
0
.
78
,
0
.
763185357582429
,
-
.
4307467689263783
,
.
1686649662231043
},
{
0
.
91
,
.
9533636363636364
,
-
.
2045454545454546
,
.
03313636363636363
},
{
1
,
1
,
0
,
0
}
{
0
,
0
,
0
,
0
},
{
0
.
13
,
.
035
87126228984074
,
.
1573300977624594
,
-
.
0254
8747583751842
},
{
0
.
3
0
,
.
18572281794568020
,
.
1772436246393981
,
.
17475554840414750
},
{
0
.
6
0
,
.
28184980583656130
,
-
.
1593064119945782
,
.
47132074554608920
},
{
0
.
73
,
.
6583062117554781
0
,
-
.
3716070802232764
,
.
24352759331252930
},
{
0
.
78
,
.
76318535758242900
,
-
.
4307467689263783
,
.
16866496622310430
},
{
0
.
91
,
.
9533636363636364
0
,
-
.
2045454545454546
,
.
03313636363636363
},
{
1
,
1
,
0
,
0
}
};
static
av_cold
int
init
(
AVFilterContext
*
ctx
,
const
char
*
args
)
...
...
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