shithub: libvpx

Download patch

ref: ea43ba4aee6b915f7309841c6e924c235d0723d3
parent: 03d5d6936893b8f12e870f07255b4388142fa559
author: Yaowu Xu <yaowu@google.com>
date: Wed Mar 14 13:29:39 EDT 2012

fixed a bug of context overwritten by key frame recoding

The recoding loop save and restore frame coding context for recodes.
However in recoding of key frames, some of the coding context saved
was stale from last encoded inter frame. The save/restore sometimes
overwrites the re-inintialized coding context with saved context
from last frame, resulting in encoder/decoder mismatch

Change-Id: I354ae2f71074d142602d51d06544c05a2462caaf