shithub: libvpx

Download patch

ref: 1aa84e03fd2abb2eda34b3405c36755d4b6d2828
parent: 9cc8995f46e423002e43eb6dab4a3fc140b9cb0b
parent: 13c3c8309adddeaaa378673c9e5a3f6614428675
author: Jingning Han <jingning@google.com>
date: Wed Aug 12 19:33:46 EDT 2015

Merge "vp10_encoder: add missing vpx_clear_system_state"

--- 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;
 }