diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-09-24 19:31:55 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-09-24 20:30:40 +0200 |
commit | 1e34584814071ceb496d01dc7fab515105a8755c (patch) | |
tree | 050a9466dddb75761e16b4a5ec45272b9882d5de /libavfilter/tests | |
parent | 5ef19590802f000299e418143fc2301e3f43affe (diff) | |
download | ffmpeg-streaming-1e34584814071ceb496d01dc7fab515105a8755c.zip ffmpeg-streaming-1e34584814071ceb496d01dc7fab515105a8755c.tar.gz |
avfilter/tests/integral: Remove unused variables
Reviewed-by: Clément Bœsch <u@pkh.me>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter/tests')
-rw-r--r-- | libavfilter/tests/integral.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/tests/integral.c b/libavfilter/tests/integral.c index 8a2286b..049fefa 100644 --- a/libavfilter/tests/integral.c +++ b/libavfilter/tests/integral.c @@ -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, |