Correction to buffer update for non-viewable frames.
authorPaul Wilkins <paulwilkins@google.com>
Wed, 26 Jan 2011 12:52:31 +0000 (12:52 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Wed, 26 Jan 2011 12:52:31 +0000 (12:52 +0000)
commita3f71ccff6c514a7396a1a329194e5cda18b6825
tree6aeba91215162b499eedbc167942fb94cbed49fe
parent2caa36aa4fce2bb7e3f8e43624cab94b78bc8950
Correction to buffer update for non-viewable frames.

The code previously tested cpi->common.refresh_alt_ref_frame
but there are situations where this flag may be set for viewable frames.

The correct test should be !cm->show_frame.

Change-Id: Ia1a600622992a4a68fe1d38ac23bf6b34b133688
vp8/encoder/onyx_if.c