vp9_encoder: add missing vpx_clear_system_state

fixes sse-only build

Change-Id: I4591f5be6773464238744a41d6901cf0e903b5bd
This commit is contained in:
James Zern 2015-08-11 19:24:07 -07:00
parent 345b11cd73
commit 472e14e725

View File

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