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
867637ca
Commit
867637ca
authored
Mar 11, 2016
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/vf_waveform: fix and extend millivolts grat lines
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
119c108b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
vf_waveform.c
libavfilter/vf_waveform.c
+16
-4
No files found.
libavfilter/vf_waveform.c
View file @
867637ca
...
...
@@ -1251,22 +1251,34 @@ static const GraticuleLines digital12[] = {
static
const
GraticuleLines
millivolts8
[]
=
{
{
{
{
"0"
,
16
},
{
"0"
,
16
},
{
"0"
,
16
},
{
"0"
,
0
}
}
},
{
{
{
"714"
,
235
},
{
"714"
,
240
},
{
"714"
,
240
},
{
"714"
,
255
}
}
},
{
{
{
"175"
,
71
},
{
"175"
,
72
},
{
"175"
,
72
},
{
"175"
,
64
}
}
},
{
{
{
"350"
,
126
},
{
"350"
,
128
},
{
"350"
,
128
},
{
"350"
,
128
}
}
},
{
{
{
"525"
,
180
},
{
"525"
,
184
},
{
"525"
,
184
},
{
"525"
,
192
}
}
},
{
{
{
"700"
,
235
},
{
"700"
,
240
},
{
"700"
,
240
},
{
"700"
,
255
}
}
},
};
static
const
GraticuleLines
millivolts9
[]
=
{
{
{
{
"0"
,
32
},
{
"0"
,
32
},
{
"0"
,
32
},
{
"0"
,
0
}
}
},
{
{
{
"714"
,
470
},
{
"714"
,
480
},
{
"714"
,
480
},
{
"714"
,
511
}
}
},
{
{
{
"175"
,
142
},
{
"175"
,
144
},
{
"175"
,
144
},
{
"175"
,
128
}
}
},
{
{
{
"350"
,
251
},
{
"350"
,
256
},
{
"350"
,
256
},
{
"350"
,
256
}
}
},
{
{
{
"525"
,
361
},
{
"525"
,
368
},
{
"525"
,
368
},
{
"525"
,
384
}
}
},
{
{
{
"700"
,
470
},
{
"700"
,
480
},
{
"700"
,
480
},
{
"700"
,
511
}
}
},
};
static
const
GraticuleLines
millivolts10
[]
=
{
{
{
{
"0"
,
64
},
{
"0"
,
64
},
{
"0"
,
64
},
{
"0"
,
0
}
}
},
{
{
{
"714"
,
940
},
{
"714"
,
960
},
{
"714"
,
960
},
{
"714"
,
1023
}
}
},
{
{
{
"175"
,
283
},
{
"175"
,
288
},
{
"175"
,
288
},
{
"175"
,
256
}
}
},
{
{
{
"350"
,
502
},
{
"350"
,
512
},
{
"350"
,
512
},
{
"350"
,
512
}
}
},
{
{
{
"525"
,
721
},
{
"525"
,
736
},
{
"525"
,
736
},
{
"525"
,
768
}
}
},
{
{
{
"700"
,
940
},
{
"700"
,
960
},
{
"700"
,
960
},
{
"700"
,
1023
}
}
},
};
static
const
GraticuleLines
millivolts12
[]
=
{
{
{
{
"0"
,
256
},
{
"0"
,
256
},
{
"0"
,
256
},
{
"0"
,
0
}
}
},
{
{
{
"714"
,
3760
},
{
"714"
,
3840
},
{
"714"
,
3840
},
{
"714"
,
4095
}
}
},
{
{
{
"175"
,
1132
},
{
"175"
,
1152
},
{
"175"
,
1152
},
{
"175"
,
1024
}
}
},
{
{
{
"350"
,
2008
},
{
"350"
,
2048
},
{
"350"
,
2048
},
{
"350"
,
2048
}
}
},
{
{
{
"525"
,
2884
},
{
"525"
,
2944
},
{
"525"
,
2944
},
{
"525"
,
3072
}
}
},
{
{
{
"700"
,
3760
},
{
"700"
,
3840
},
{
"700"
,
3840
},
{
"700"
,
4095
}
}
},
};
static
const
GraticuleLines
ire8
[]
=
{
...
...
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