Skip to content

Commit bf793bf

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 9e60a89 commit bf793bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/SDL3/SDL_audio.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,9 +1106,9 @@ extern SDL_DECLSPEC bool SDLCALL SDL_GetAudioStreamFormat(SDL_AudioStream *strea
11061106
*
11071107
* If a stream is bound to a device, then the format of the side of the stream
11081108
* bound to a device cannot be changed (src_spec for recording devices,
1109-
* dst_spec for playback devices). Attempts to make a change to this side
1110-
* will be ignored, but this will not report an error. The other side's format
1111-
* can be changed.
1109+
* dst_spec for playback devices). Attempts to make a change to this side will
1110+
* be ignored, but this will not report an error. The other side's format can
1111+
* be changed.
11121112
*
11131113
* \param stream the stream the format is being changed.
11141114
* \param src_spec the new format of the audio input; if NULL, it is not

0 commit comments

Comments
 (0)