fixed a wrong intialization value
authorYaowu Xu <yaowu@google.com>
Tue, 28 Feb 2012 02:23:15 +0000 (18:23 -0800)
committerYaowu Xu <yaowu@google.com>
Tue, 28 Feb 2012 17:10:34 +0000 (09:10 -0800)
commiteb87b56eab32116536cd33866592e6d23b888299
treef891f0d22204c4757a6d8bf1f2424851f3ca8279
parent3cdd0a8e75111393bc1d03da6c0c2ca01c959b92
fixed a wrong intialization value

The "update" variable was used as a flag in coef_prob update dry run
that tests if a frame should encodes update at all. The wrong init
value forced the update happening always. fixing this has a minor
improvement in low bit rate situation when 8x8 transform is allowed.

Change-Id: Icb498e8d6a62fd074dcbc2065b797cba9237cb51
vp8/encoder/bitstream.c