diff options
author | Chris Robinson <[email protected]> | 2017-08-25 05:52:19 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-08-25 05:52:19 -0700 |
commit | 561e95528f55be2837541239236281c4cd63d728 (patch) | |
tree | 6d57db817feef0cc132293e0c319dd2796a8bc41 /OpenAL32/Include | |
parent | 9ea32713b57fd95832172de5e8d8534339bb646b (diff) |
Rename the bsinc resampler to bsinc12
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index d902a8c4..e5fd8b09 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -53,9 +53,9 @@ enum Resampler { PointResampler, LinearResampler, FIR4Resampler, - BSincResampler, + BSinc12Resampler, - ResamplerMax = BSincResampler + ResamplerMax = BSinc12Resampler }; extern enum Resampler ResamplerDefault; |