This commit is contained in:
David Reid
2026-02-14 13:52:23 +10:00
parent c39ace1604
commit 5ae52e1a0a
-2
View File
@@ -60106,7 +60106,6 @@ static MA_INLINE void ma_linear_resampler_filter_s16_4(ma_int32* MA_RESTRICT pLP
ma_linear_resampler_filter_s16(pLPF, lpfCount, channels, pFrames + (3 * channels));
}
#if 1
static MA_INLINE void ma_linear_resampler_filter_s16_4_stereo(ma_int32* MA_RESTRICT pLPF, ma_uint32 lpfCount, ma_int16* MA_RESTRICT pFrames)
{
ma_linear_resampler_filter_s16(pLPF, lpfCount, 2, pFrames + 0);
@@ -60114,7 +60113,6 @@ static MA_INLINE void ma_linear_resampler_filter_s16_4_stereo(ma_int32* MA_RESTR
ma_linear_resampler_filter_s16(pLPF, lpfCount, 2, pFrames + 4);
ma_linear_resampler_filter_s16(pLPF, lpfCount, 2, pFrames + 6);
}
#endif
static MA_INLINE void ma_linear_resampler_filter_s32(ma_int32* MA_RESTRICT pLPF, ma_uint32 lpfCount, ma_uint32 channels, ma_int32* MA_RESTRICT pFrame)
{