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

This commit is contained in:
Yaowu Xu 2012-01-11 23:07:54 +00:00 committed by On2 (Google) Code Review
commit 483b262bab

View File

@ -2670,6 +2670,8 @@ void vp8_remove_compressor(VP8_PTR *ptr)
#if CONFIG_INTERNAL_STATS #if CONFIG_INTERNAL_STATS
vp8_clear_system_state();
if (cpi->pass != 1) if (cpi->pass != 1)
{ {
FILE *f = fopen("opsnr.stt", "a"); FILE *f = fopen("opsnr.stt", "a");