mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 08:44:04 +02:00
Remove a useless statement.
This commit is contained in:
@@ -25452,9 +25452,6 @@ mal_uint64 mal_src_read_deinterleaved(mal_src* pSRC, mal_uint64 frameCount, void
|
|||||||
}
|
}
|
||||||
|
|
||||||
mal_src_algorithm algorithm = pSRC->config.algorithm;
|
mal_src_algorithm algorithm = pSRC->config.algorithm;
|
||||||
if (pSRC->config.sampleRateIn == pSRC->config.sampleRateOut) {
|
|
||||||
//algorithm = mal_src_algorithm_none;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Can use a function pointer for this.
|
// Can use a function pointer for this.
|
||||||
switch (algorithm) {
|
switch (algorithm) {
|
||||||
|
|||||||
Reference in New Issue
Block a user