]> granicus.if.org Git - libvpx/commit
change to save rdmult value correctly
authorYaowu Xu <yaowu@google.com>
Fri, 14 Mar 2014 18:03:58 +0000 (11:03 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 14 Mar 2014 18:18:27 +0000 (11:18 -0700)
commit2a03d0d22bb6926ca81f208c011cfe6c38247932
tree5d92076e011c050b5fcc21f085717a2ffec6d7d8
parent6207a38b7dee83329396dcc539cb2d43d171a749
change to save rdmult value correctly

This commit moves the position where rdmult is saved to make sure it
is the correct value. Prior, an uninitialized value may be saved and
restored.

This addresses issue:
https://code.google.com/p/webm/issues/detail?id=733

Change-Id: I436407f289169bc63da3c5a6bf609bed16cb71b5
vp9/encoder/vp9_encodeframe.c