shithub: libvpx

Download patch

ref: 472e14e725acec83e1ed4f945b64e2f14dcaacaa
parent: 345b11cd73579ac785e952204b56c7a1e0f131b3
author: James Zern <jzern@google.com>
date: Tue Aug 11 15:24:07 EDT 2015

vp9_encoder: add missing vpx_clear_system_state

fixes sse-only build

Change-Id: I4591f5be6773464238744a41d6901cf0e903b5bd

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