mirror of
https://github.com/encounter/SDL.git
synced 2025-05-31 03:31:25 +00:00
Fixed coding style on a function signature.
This commit is contained in:
parent
53588ff6b8
commit
98cc9d10d3
@ -823,7 +823,8 @@ SDL_CleanupAudioStreamResampler(SDL_AudioStream *stream)
|
|||||||
SDL_free(stream->resampler_state);
|
SDL_free(stream->resampler_state);
|
||||||
}
|
}
|
||||||
|
|
||||||
SDL_AudioStream *SDL_NewAudioStream(const SDL_AudioFormat src_format,
|
SDL_AudioStream *
|
||||||
|
SDL_NewAudioStream(const SDL_AudioFormat src_format,
|
||||||
const Uint8 src_channels,
|
const Uint8 src_channels,
|
||||||
const int src_rate,
|
const int src_rate,
|
||||||
const SDL_AudioFormat dst_format,
|
const SDL_AudioFormat dst_format,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user