ref: ff356497587cea9a2ce05c7714088662cdec6a70
parent: 4645c89889aba53a1665934a42f082a23832f493
author: Stefan Holmer <holmer@google.com>
date: Mon Aug 15 05:28:41 EDT 2011
Don't set the bmi mode when doing error concealment Since the block will be interpreted as an inter block, the mode will be interpreted as a motion vector, resulting in bad concealment. Change-Id: Ifcc685ae1cc883492bce6dbd61e418d91a89b053
--- a/vp8/decoder/error_concealment.c
+++ b/vp8/decoder/error_concealment.c
@@ -567,7 +567,6 @@
else
{
mv->as_int = 0;
- mi->bmi[row*4 + col].as_mode = NEW4X4;
mi->mbmi.need_to_clamp_mvs = 0;
}
}
--
⑨