diff motion_est_template.c @ 1419:a7a9df478e46 libavcodec

removed unused variable
author bellard
date Sun, 24 Aug 2003 22:28:41 +0000
parents ec946cb74397
children dea5b2946999
line wrap: on
line diff
--- a/motion_est_template.c	Sun Aug 24 22:21:06 2003 +0000
+++ b/motion_est_template.c	Sun Aug 24 22:28:41 2003 +0000
@@ -186,7 +186,9 @@
 #if 1
         int key;
         int map_generation= s->me.map_generation;
+#ifndef NDEBUG
         uint32_t *map= s->me.map;
+#endif
         key= ((my-1)<<ME_MAP_MV_BITS) + (mx) + map_generation;
         assert(map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)] == key);
         key= ((my+1)<<ME_MAP_MV_BITS) + (mx) + map_generation;