mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-18 17:35:44 +00:00
UWP fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user