]> granicus.if.org Git - libvpx/commit
bugfix: use oxcf width/height for reinit check
authorJames Berry <jamesberry@google.com>
Mon, 27 Feb 2012 19:41:43 +0000 (14:41 -0500)
committerJames Berry <jamesberry@google.com>
Mon, 27 Feb 2012 21:10:45 +0000 (16:10 -0500)
commite2c6b05f9aefcea86f22c393217b05f123cecf07
treeecb22ef1e2a70150909e6135f3dbbed24a77783b
parent61c5e31ca16cf35fe6bb9bd73c15c5526ff4b4e4
bugfix: use oxcf width/height for reinit check

use oxcf instead of common in check to Reinit the
lookahead buffer if the frame size changes
prior behavior would cause assertion fail/crash

first observed in:
support changing resolution with vpx_codec_enc_config_set

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