summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/motion_est.c')
-rw-r--r--libavcodec/motion_est.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c
index 5132487cf3..f52f6e150d 100644
--- a/libavcodec/motion_est.c
+++ b/libavcodec/motion_est.c
@@ -774,10 +774,6 @@ static inline int h263_mv4_search(MpegEncContext *s, int mx, int my, int shift)
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;