diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2004-06-04 13:29:29 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2004-06-04 13:29:29 +0000 |
commit | af1905883bdd0b144b13ec1d34e72232c29a9f5a (patch) | |
tree | 73b377dbd19d90c051dee5dd02b29df4368f1e32 | |
parent | d8e392d837c4baf425a5cf350cc1624cb538b20f (diff) | |
download | xine-lib-af1905883bdd0b144b13ec1d34e72232c29a9f5a.tar.gz xine-lib-af1905883bdd0b144b13ec1d34e72232c29a9f5a.tar.bz2 |
shut up GCC.
CVS patchset: 6637
CVS date: 2004/06/04 13:29:29
-rw-r--r-- | src/libffmpeg/libavcodec/motion_est.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |