diff motion_est.c @ 1904:129236143f2e libavcodec

warning patrol
author mellum
date Wed, 24 Mar 2004 23:32:48 +0000
parents 95612d423fde
children e2501e6e7ff7
line wrap: on
line diff
--- a/motion_est.c	Mon Mar 22 20:54:04 2004 +0000
+++ b/motion_est.c	Wed Mar 24 23:32:48 2004 +0000
@@ -774,10 +774,6 @@
     int same=1;
     const int stride= s->linesize;
     const int uvstride= s->uvlinesize;
-    const int xmin= s->me.xmin;
-    const int ymin= s->me.ymin;
-    const int xmax= s->me.xmax;
-    const int ymax= s->me.ymax;
 
     for(block=0; block<4; block++){
         int mx4, my4;