mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/tests/integral: Correct the comment
Correct the comment Signed-off-by: Jun Zhao <mypopydev@gmail.com>
This commit is contained in:
parent
a84af760b8
commit
ff5ed7abd6
|
@ -37,7 +37,7 @@ int main(void)
|
||||||
uint32_t *ii_start2;
|
uint32_t *ii_start2;
|
||||||
NLMeansDSPContext dsp = {0};
|
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;
|
const int w = 6, h = 5, lz = 8;
|
||||||
static const uint8_t src[] = {
|
static const uint8_t src[] = {
|
||||||
0xb0, 0x71, 0xfb, 0xd8, 0x01, 0xd9, /***/ 0x01, 0x02,
|
0xb0, 0x71, 0xfb, 0xd8, 0x01, 0xd9, /***/ 0x01, 0x02,
|
||||||
|
|
Loading…
Reference in New Issue