diff motion_est.c @ 1419:a7a9df478e46 libavcodec

removed unused variable
author bellard
date Sun, 24 Aug 2003 22:28:41 +0000
parents da0b3a50d209
children 340c90faa1dc
line wrap: on
line diff
--- a/motion_est.c	Sun Aug 24 22:21:06 2003 +0000
+++ b/motion_est.c	Sun Aug 24 22:28:41 2003 +0000
@@ -393,6 +393,7 @@
     }
 }
       
+#if 0
 static int pix_dev(uint8_t * pix, int line_size, int mean)
 {
     int s, i, j;
@@ -414,6 +415,7 @@
     }
     return s;
 }
+#endif
 
 static inline void no_motion_search(MpegEncContext * s,
 				    int *mx_ptr, int *my_ptr)