File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1106,9 +1106,9 @@ extern SDL_DECLSPEC bool SDLCALL SDL_GetAudioStreamFormat(SDL_AudioStream *strea
1106
1106
*
1107
1107
* If a stream is bound to a device, then the format of the side of the stream
1108
1108
* 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.
1112
1112
*
1113
1113
* \param stream the stream the format is being changed.
1114
1114
* \param src_spec the new format of the audio input; if NULL, it is not
You can’t perform that action at this time.
0 commit comments