summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.c
diff options
context:
space:
mode:
authorFalk Hüffner <mellum@users.sourceforge.net>2004-03-24 23:32:48 +0000
committerFalk Hüffner <mellum@users.sourceforge.net>2004-03-24 23:32:48 +0000
commit7906085fcc33feb5a0c617f5e01065bb9d0caa86 (patch)
tree830c3feb8c2c6333c5581ab5ae54d06ff267cc7d /libavcodec/motion_est.c
parentd957696f173ab3c9f222ab097669ed8f0b3951c2 (diff)
warning patrol
Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
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;