Fixed search around mv_in in fullsearch not being saved.

This commit is contained in:
Jovasa 2016-08-19 15:19:29 +03:00
parent 99d8b9abeb
commit 68eef660bd

View file

@ -902,8 +902,8 @@ static unsigned search_mv_full(encoder_state_t * const state,
if (cost < best_cost) {
best_cost = cost;
best_bitcost = bitcost;
mv.x = x;
mv.y = y;
best_mv.x = x;
best_mv.y = y;
}
}
}