diff options
author | Jun Zhao <mypopydev@gmail.com> | 2019-02-13 19:59:39 +0800 |
---|---|---|
committer | Jun Zhao <mypopydev@gmail.com> | 2019-02-13 19:59:39 +0800 |
commit | ff5ed7abd6eea500fc0c6b8bf41fbecc391abd46 (patch) | |
tree | 5566740e11e9971ea4571c35e0abf2c97b34d937 | |
parent | a84af760b809c4a2a6bc33c2f88f82dd9d1952bc (diff) | |
download | ffmpeg-ff5ed7abd6eea500fc0c6b8bf41fbecc391abd46.tar.gz |
avfilter/tests/integral: Correct the comment
Correct the comment
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
-rw-r--r-- | libavfilter/tests/integral.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/tests/integral.c b/libavfilter/tests/integral.c index 093ed39d5c..03b1e77367 100644 --- 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 6x4 and linesize=8 + // arbitrary test source of size 6x5 and linesize=8 const int w = 6, h = 5, lz = 8; static const uint8_t src[] = { 0xb0, 0x71, 0xfb, 0xd8, 0x01, 0xd9, /***/ 0x01, 0x02, |