shithub: libvpx

Download patch

ref: 13c3c8309adddeaaa378673c9e5a3f6614428675
parent: 3acfe46e8d8040314b9e5c5ef5079cc49a707d00
author: Jingning Han <[email protected]>
date: Wed Aug 12 11:42:43 EDT 2015

vp10_encoder: add missing vpx_clear_system_state

Mirror the fix in vp9_encoder for sse-only build.

Change-Id: I9f272874e52f4cc295fcaa71920f8a5d3a80045b

--- a/vp10/encoder/encoder.c
+++ b/vp10/encoder/encoder.c
@@ -4547,6 +4547,7 @@
         cpi->svc.spatial_layer_to_encode = 0;
     }
   }
+  vpx_clear_system_state();
   return 0;
 }