]> granicus.if.org Git - libvpx/commit
Bug fix: error-concealment enabled changed postproc output
authorScott LaVarnway <slavarnway@google.com>
Sat, 26 Jan 2013 01:06:32 +0000 (17:06 -0800)
committerScott LaVarnway <slavarnway@google.com>
Sat, 26 Jan 2013 01:06:32 +0000 (17:06 -0800)
commit0c2919c3d57c92db996531b17255c6c444375600
tree6ff07f404c1af9dc5a9bff8c2cd83c249960282c
parentde5546c37297383aae7648e84fd38009a333b9cf
Bug fix:  error-concealment enabled changed postproc output

When error concealment is enabled, it swaps the mi and prev_mi ptrs after
each frame is decoded.  The postproc uses the mi ptr for the mode info context.
Now the postproc will use the correct mode info context.

Change-Id: I537ae5450f319c624999b44525bb52bb30047b7b
vp8/common/mfqe.c
vp8/common/onyxc_int.h
vp8/common/postproc.c
vp8/decoder/onyxd_if.c
vp8/encoder/onyx_if.c