Commit 1e345848 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/tests/integral: Remove unused variables

Reviewed-by: 's avatarClément Bœsch <u@pkh.me>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 5ef19590
......@@ -62,8 +62,6 @@ int main(void)
for (yoff = -e; yoff <= e; yoff++) {
for (xoff = -e; xoff <= e; xoff++) {
int x, y;
printf("xoff=%d yoff=%d\n", xoff, yoff);
compute_ssd_integral_image(ii_start, ii_lz_32,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment