summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/portaudio/qa/loopback/src/write_wav.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/portaudio/qa/loopback/src/write_wav.h')
-rwxr-xr-x3rdparty/portaudio/qa/loopback/src/write_wav.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/3rdparty/portaudio/qa/loopback/src/write_wav.h b/3rdparty/portaudio/qa/loopback/src/write_wav.h
index 5a9c5ab9630..3560055de02 100755
--- a/3rdparty/portaudio/qa/loopback/src/write_wav.h
+++ b/3rdparty/portaudio/qa/loopback/src/write_wav.h
@@ -25,13 +25,13 @@
*/
/*
- * The text above constitutes the entire PortAudio license; however,
+ * The text above constitutes the entire PortAudio license; however,
* the PortAudio community also makes the following non-binding requests:
*
* Any person wishing to distribute modifications to the Software is
* requested to send the modifications to the original developer so that
- * they can be incorporated into the canonical version. It is also
- * requested that these non-binding requests be included along with the
+ * they can be incorporated into the canonical version. It is also
+ * requested that these non-binding requests be included along with the
* license above.
*/
#ifndef _WAV_WRITER_H
@@ -65,7 +65,7 @@ extern "C" {
#define WAVE_FORMAT_PCM (1)
#define WAVE_FORMAT_IMA_ADPCM (0x0011)
-
+
typedef struct WAV_Writer_s
{
FILE *fid;
@@ -86,9 +86,9 @@ long Audio_WAV_OpenWriter( WAV_Writer *writer, const char *fileName, int frameRa
* Returns bytes written or negative error code.
*/
long Audio_WAV_WriteShorts( WAV_Writer *writer,
- short *samples,
- int numSamples
- );
+ short *samples,
+ int numSamples
+ );
/*********************************************************************************
* Close WAV file.