git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a84af76
)
avfilter/tests/integral: Correct the comment
author
Jun Zhao
<mypopydev@gmail.com>
Wed, 13 Feb 2019 11:59:39 +0000
(19:59 +0800)
committer
Jun Zhao
<mypopydev@gmail.com>
Wed, 13 Feb 2019 11:59:39 +0000
(19:59 +0800)
Correct the comment
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
libavfilter/tests/integral.c
patch
|
blob
|
history
diff --git
a/libavfilter/tests/integral.c
b/libavfilter/tests/integral.c
index
093ed39
..
03b1e77
100644
(file)
--- a/
libavfilter/tests/integral.c
+++ b/
libavfilter/tests/integral.c
@@
-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,