UWP fixes

This commit is contained in:
Jack Andersen
2017-12-06 18:08:44 -10:00
parent f228f23661
commit 62c2b1ffac
7 changed files with 68 additions and 38 deletions

View File

@@ -616,7 +616,7 @@ soxr_error_t soxr_oneshot(
soxr_quality_spec_t const * q_spec,
soxr_runtime_spec_t const * runtime_spec)
{
soxr_t resampler;
soxr_t resampler = NULL;
soxr_error_t error = q_spec? q_spec->e : 0;
if (!error) {
soxr_quality_spec_t q_spec1;