Merge "vp10_encoder: add missing vpx_clear_system_state"

This commit is contained in:
Jingning Han 2015-08-12 23:33:46 +00:00 committed by Gerrit Code Review
commit 1aa84e03fd

View File

@ -4547,6 +4547,7 @@ int vp10_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
cpi->svc.spatial_layer_to_encode = 0;
}
}
vpx_clear_system_state();
return 0;
}