X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8482f24cfc00645607f8526fde38d39e0dcaa63..ef8698d677c97b2d662ee1c5adbdaadf58103e0e:/contrib/src/mmedia/sndulaw.cpp diff --git a/contrib/src/mmedia/sndulaw.cpp b/contrib/src/mmedia/sndulaw.cpp index 3ad9e5174a..f0ea5cfc66 100644 --- a/contrib/src/mmedia/sndulaw.cpp +++ b/contrib/src/mmedia/sndulaw.cpp @@ -163,8 +163,9 @@ bool wxSoundStreamUlaw::SetSoundFormat(const wxSoundFormatBase& format) return FALSE; } - // As the codec only support 16 bits, Mono we must use a wxSoundRouter to filter the data and - // to translate them to a format supported by the sound card. + // As the codec only support 16 bits, Mono we must use a wxSoundRouter + // to filter the data and to translate them to a format supported + // by the sound card. wxSoundFormatPcm pcm; wxSoundFormatUlaw *ulaw;