Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
ff5ed7ab
Commit
ff5ed7ab
authored
Feb 13, 2019
by
Jun Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/tests/integral: Correct the comment
Correct the comment Signed-off-by:
Jun Zhao
<
mypopydev@gmail.com
>
parent
a84af760
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
integral.c
libavfilter/tests/integral.c
+1
-1
No files found.
libavfilter/tests/integral.c
View file @
ff5ed7ab
...
...
@@ -37,7 +37,7 @@ int main(void)
uint32_t
*
ii_start2
;
NLMeansDSPContext
dsp
=
{
0
};
// arbitrary test source of size 6x
4
and linesize=8
// arbitrary test source of size 6x
5
and linesize=8
const
int
w
=
6
,
h
=
5
,
lz
=
8
;
static
const
uint8_t
src
[]
=
{
0xb0
,
0x71
,
0xfb
,
0xd8
,
0x01
,
0xd9
,
/***/
0x01
,
0x02
,
...
...
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