diff dsputil.c @ 751:cbe316f082bc libavcodec

warning fixes
author michaelni
date Tue, 15 Oct 2002 15:24:08 +0000
parents e65798d228ea
children 8e1f0939d15d
line wrap: on
line diff
--- a/dsputil.c	Mon Oct 14 19:53:04 2002 +0000
+++ b/dsputil.c	Tue Oct 15 15:24:08 2002 +0000
@@ -1512,7 +1512,7 @@
 
 void dsputil_init(void)
 {
-    int i, j;
+    int i;
 
     for(i=0;i<256;i++) cropTbl[i + MAX_NEG_CROP] = i;
     for(i=0;i<MAX_NEG_CROP;i++) {