]> granicus.if.org Git - libvpx/commit
Don't set the bmi mode when doing error concealment
authorStefan Holmer <holmer@google.com>
Mon, 15 Aug 2011 07:28:41 +0000 (09:28 +0200)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 15 Aug 2011 15:46:04 +0000 (11:46 -0400)
commit99d870a4727bbff5520297655f81a35ad1134f11
tree1bb3350a3394fb3b1bb67d37595485e0a00e31f0
parent5e562c77db7e7675100bd17577e073ae9ecacd34
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
vp8/decoder/error_concealment.c