From: James Zern Date: Wed, 12 Aug 2015 02:24:07 +0000 (-0700) Subject: vp9_encoder: add missing vpx_clear_system_state X-Git-Tag: v1.5.0~274^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=472e14e725acec83e1ed4f945b64e2f14dcaacaa;p=libvpx vp9_encoder: add missing vpx_clear_system_state fixes sse-only build Change-Id: I4591f5be6773464238744a41d6901cf0e903b5bd --- diff --git a/vp9/encoder/vp9_encoder.c b/vp9/encoder/vp9_encoder.c index 0680550cf..5261feb41 100644 --- a/vp9/encoder/vp9_encoder.c +++ b/vp9/encoder/vp9_encoder.c @@ -4547,6 +4547,7 @@ int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags, cpi->svc.spatial_layer_to_encode = 0; } } + vpx_clear_system_state(); return 0; }