Fixed coding style on a function signature.
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…
Reference in New Issue