mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-28 19:22:02 +08:00
error_resilience: actually add counter when adding a MV predictor.
Without, the predictor isn't actually used.
This commit is contained in:
committed by
Reinhard Tartler
parent
3a07f5a47a
commit
d42aaa802e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user