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
02243751
Commit
02243751
authored
Feb 14, 2013
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi/showspectrum: simplify intensity_color_table declaration.
parent
cf8dec7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
avf_showspectrum.c
libavfilter/avf_showspectrum.c
+2
-4
No files found.
libavfilter/avf_showspectrum.c
View file @
02243751
...
...
@@ -83,11 +83,9 @@ static const AVOption showspectrum_options[] = {
AVFILTER_DEFINE_CLASS
(
showspectrum
);
typedef
struct
{
static
const
struct
{
float
a
,
y
,
u
,
v
;
}
intensity_color_table_item
;
static
const
intensity_color_table_item
intensity_color_table
[]
=
{
}
intensity_color_table
[]
=
{
{
0
,
0
,
0
,
0
},
{
0
.
13
,
.
035
87126228984074
,
.
1573300977624594
,
-
.
0254
8747583751842
},
{
0
.
30
,
.
18572281794568020
,
.
1772436246393981
,
.
17475554840414750
},
...
...
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