diff --git a/libavcodec/diracdec.c b/libavcodec/diracdec.c index f1a34703a7..125ecaac85 100644 --- a/libavcodec/diracdec.c +++ b/libavcodec/diracdec.c @@ -1404,8 +1404,8 @@ static void global_mv(DiracContext *s, DiracBlock *block, int x, int y, int ref) int *c = s->globalmc[ref].perspective; int64_t m = (1<u.mv[ref][0] = (mx + (1<<(ez+ep))) >> (ez+ep); block->u.mv[ref][1] = (my + (1<<(ez+ep))) >> (ez+ep);