Browse Source

Sync SDL wiki -> header

SDL Wiki Bot 2 years ago
parent
commit
1b9c4c5ca1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      include/SDL_audio.h

+ 3 - 3
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