shithub: libvpx

Download patch

ref: 483b262bab7cae4387dae4d07d126fb9915cc6c8
parent: e4ca542a3be5b470338cf753e0208de62883f8b3
parent: a5ea68447ff7b731b51a323bb16619aee9391890
author: Yaowu Xu <yaowu@google.com>
date: Wed Jan 11 18:07:54 EST 2012

Merge "Added an emms to prevent invalid stats output" into experimental

--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -2670,6 +2670,8 @@
 
 #if CONFIG_INTERNAL_STATS
 
+        vp8_clear_system_state();
+
         if (cpi->pass != 1)
         {
             FILE *f = fopen("opsnr.stt", "a");
--