mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/tests/integral: Remove unused variables
Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
5ef1959080
commit
1e34584814
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue