error_resilience: actually add counter when adding a MV predictor.

Without, the predictor isn't actually used.
This commit is contained in:
Ronald Bultje
2011-06-20 15:07:55 +00:00
committed by Reinhard Tartler
parent 3a07f5a47a
commit d42aaa802e
3 changed files with 5 additions and 4 deletions

View File

@ -547,6 +547,7 @@ skip_mean_and_median:
mv_predictor[pred_count][0]= prev_x;
mv_predictor[pred_count][1]= prev_y;
ref [pred_count] = prev_ref;
pred_count++;
s->mv_dir = MV_DIR_FORWARD;
s->mb_intra=0;