Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot 2023-10-19 14:03:06 +00:00
parent 3a4c9d6990
commit 142366c837
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ extern DECLSPEC SDL_AudioDeviceID SDLCALL SDL_GetAudioStreamDevice(SDL_AudioStre
*
* \param src_spec The format details of the input audio
* \param dst_spec The format details of the output audio
* \returns 0 on success, or -1 on error.
* \returns a new audio stream on success, or NULL on failure.
*
* \threadsafety It is safe to call this function from any thread.
*