diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c index 554fc9780e..e4f17fb2d8 100644 --- a/libavcodec/motion_est.c +++ b/libavcodec/motion_est.c @@ -1454,7 +1454,7 @@ static inline int direct_search(MpegEncContext * s, int mb_x, int mb_y) s->b_direct_mv_table[mot_xy][0]= 0; s->b_direct_mv_table[mot_xy][1]= 0; - return 256*256*256*64; + return 256*256*256*64-1; } c->xmin= xmin;