forked from FFmpeg/FFmpeg
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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue