Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc>
---
 libavfilter/tests/integral.c | 2 --
 1 file changed, 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,
-- 
2.9.3

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to