shithub: libvpx

Download patch

ref: 9cc8995f46e423002e43eb6dab4a3fc140b9cb0b
parent: 6cf95bd1e7e96b7ea647cf99afcb9b76243e1930
parent: 472e14e725acec83e1ed4f945b64e2f14dcaacaa
author: James Zern <jzern@google.com>
date: Wed Aug 12 18:41:51 EDT 2015

Merge "vp9_encoder: add missing vpx_clear_system_state"

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