mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01: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_AudioStream *SDL_NewAudioStream(const SDL_AudioFormat src_format,
|
||||
SDL_AudioStream *
|
||||
SDL_NewAudioStream(const SDL_AudioFormat src_format,
|
||||
const Uint8 src_channels,
|
||||
const int src_rate,
|
||||
const SDL_AudioFormat dst_format,
|
||||
|
Loading…
Reference in New Issue
Block a user