From af1905883bdd0b144b13ec1d34e72232c29a9f5a Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Fri, 4 Jun 2004 13:29:29 +0000 Subject: shut up GCC. CVS patchset: 6637 CVS date: 2004/06/04 13:29:29 --- src/libffmpeg/libavcodec/motion_est.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libffmpeg/libavcodec/motion_est.c b/src/libffmpeg/libavcodec/motion_est.c index a434870a6..242bb13e7 100644 --- a/src/libffmpeg/libavcodec/motion_est.c +++ b/src/libffmpeg/libavcodec/motion_est.c @@ -178,7 +178,7 @@ static always_inline int cmp(MpegEncContext *s, const int x, const int y, const }else d= 256*256*256*32; }else{ - int uvdxy; + int uvdxy = 0; if(dxy){ if(qpel){ c->qpel_put[size][dxy](c->temp, ref[0] + x + y*stride, stride); //FIXME prototype (add h) -- cgit v1.2.3