Increase the size of output packet list
authorYaowu Xu <yaowu@google.com>
Thu, 27 May 2010 17:04:36 +0000 (10:04 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 28 May 2010 02:44:15 +0000 (19:44 -0700)
commit8caa5c2d30601130dbbbd3f1a0b1dbcc79fc4343
tree6d2fa1c9662bd882185f312d815fbd67ba7afd40
parent670af3aa595245b2cb7bbf911a49bfc4af2aa6ac
Increase the size of output packet list

This is to accommodate output packets for both compressed
data and psnr stats. For each frame, there are at least
one packet for compressed data and one for psnr stats. For
a max lag of 25, 64 is large enough to cover all lagged
frames at the end of encoding.

Change-Id: If20787fbc86f96e1aa16a3ccf2adc93e6c1e3d5f
vp8/vp8_cx_iface.c