avfilter/tests/integral: Correct the comment

Correct the comment

Signed-off-by: Jun Zhao <mypopydev@gmail.com>
This commit is contained in:
Jun Zhao 2019-02-13 19:59:39 +08:00
parent a84af760b8
commit ff5ed7abd6

View File

@ -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,