From 1b9c4c5ca1d166a88fed14d5026574f072c03571 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Tue, 22 Nov 2022 04:30:16 +0000 Subject: [PATCH] Sync SDL wiki -> header --- include/SDL_audio.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/SDL_audio.h b/include/SDL_audio.h index ee6c5e092..3ad8e6c9d 100644 --- a/include/SDL_audio.h +++ b/include/SDL_audio.h @@ -1211,9 +1211,9 @@ extern DECLSPEC void SDLCALL SDL_MixAudioFormat(Uint8 * dst, * You should not call SDL_LockAudio() on the device before queueing; SDL * handles locking internally for this function. * - * Note that SDL does not support planar audio. You will need to resample - * from planar audio formats into a non-planar one (see SDL_AudioFormat) - * before queuing audio. + * Note that SDL does not support planar audio. You will need to resample from + * planar audio formats into a non-planar one (see SDL_AudioFormat) before + * queuing audio. * * \param dev the device ID to which we will queue audio * \param data the data to queue to the device for later playback