mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-23 03:28:30 +00:00
include: Fixing whitespace on SDL_MixAudioFormat.
This commit is contained in:
@@ -1427,9 +1427,9 @@ extern DECLSPEC int SDLCALL SDL_LoadWAV(const char *path, SDL_AudioSpec * spec,
|
|||||||
* \since This function is available since SDL 3.0.0.
|
* \since This function is available since SDL 3.0.0.
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC int SDLCALL SDL_MixAudioFormat(Uint8 * dst,
|
extern DECLSPEC int SDLCALL SDL_MixAudioFormat(Uint8 * dst,
|
||||||
const Uint8 * src,
|
const Uint8 * src,
|
||||||
SDL_AudioFormat format,
|
SDL_AudioFormat format,
|
||||||
Uint32 len, int volume);
|
Uint32 len, int volume);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Convert some audio data of one format to another format.
|
* Convert some audio data of one format to another format.
|
||||||
|
Reference in New Issue
Block a user