commit | 30f58b526d0b3c58af45c64eee16efbc7f3fe897 | [log] [tgz] |
---|---|---|
author | Adrian Grange <agrange@google.com> | Tue Oct 02 09:36:41 2012 -0700 |
committer | Adrian Grange <agrange@google.com> | Wed Oct 03 11:50:54 2012 -0700 |
tree | cfd1784263b72d08fcf1e461085fd7e9358520b5 | |
parent | 9704cdec9fb777833599312fc84e3f1311d25eed [diff] |
Added Reset method to TwopassStatsStore The stats buffer needs to be reset between runs of the encoder. I added a Reset() function to TwopassStatsStore and called it at the beginning of each encode. This enables us to run multiple encodes which was previously not possible since there was no way to reset the stats between runs. Change-Id: Iebb18dab83ba9331f009f764cc858609738a27f9