mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-16 19:35:41 +00:00
Fixed warning: no previous extern declaration for non-static variable 'ResamplerFilter'
Fixes https://github.com/libsdl-org/SDL/issues/9556
This commit is contained in:
@@ -447,7 +447,7 @@ static float Sinc(float *table, int x, int y)
|
|||||||
return (s * y) / x;
|
return (s * y) / x;
|
||||||
}
|
}
|
||||||
|
|
||||||
Cubic ResamplerFilter[RESAMPLER_SAMPLES_PER_ZERO_CROSSING][RESAMPLER_SAMPLES_PER_FRAME];
|
static Cubic ResamplerFilter[RESAMPLER_SAMPLES_PER_ZERO_CROSSING][RESAMPLER_SAMPLES_PER_FRAME];
|
||||||
|
|
||||||
static void GenerateResamplerFilter()
|
static void GenerateResamplerFilter()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user