mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 00:34:03 +02:00
Merge branch 'dev' into dev-0.12
This commit is contained in:
+2
-2
@@ -94014,7 +94014,7 @@ static float ma_dr_mp3_L3_ldexp_q2(float y, int exp_q2)
|
|||||||
} while ((exp_q2 -= e) > 0);
|
} while ((exp_q2 -= e) > 0);
|
||||||
return y;
|
return y;
|
||||||
}
|
}
|
||||||
#if (defined(__GNUC__) && (__GNUC__ >= 14)) && !defined(__clang__)
|
#if (defined(__GNUC__) && (__GNUC__ >= 13)) && !defined(__clang__)
|
||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
#pragma GCC diagnostic ignored "-Wstringop-overflow"
|
#pragma GCC diagnostic ignored "-Wstringop-overflow"
|
||||||
#endif
|
#endif
|
||||||
@@ -94076,7 +94076,7 @@ static void ma_dr_mp3_L3_decode_scalefactors(const ma_uint8 *hdr, ma_uint8 *ist_
|
|||||||
scf[i] = ma_dr_mp3_L3_ldexp_q2(gain, iscf[i] << scf_shift);
|
scf[i] = ma_dr_mp3_L3_ldexp_q2(gain, iscf[i] << scf_shift);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if (defined(__GNUC__) && (__GNUC__ >= 14)) && !defined(__clang__)
|
#if (defined(__GNUC__) && (__GNUC__ >= 13)) && !defined(__clang__)
|
||||||
#pragma GCC diagnostic pop
|
#pragma GCC diagnostic pop
|
||||||
#endif
|
#endif
|
||||||
static const float ma_dr_mp3_g_pow43[129 + 16] = {
|
static const float ma_dr_mp3_g_pow43[129 + 16] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user