aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_mixer.h
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2017-07-29 20:49:26 +1200
committerMatthew Gregan <[email protected]>2017-07-29 20:49:26 +1200
commit2e68530a5f72f6f4f87a48750498cd0e7900cb31 (patch)
treebc3730247c6f24a58e6518cf3fa9a3628394c107 /src/cubeb_mixer.h
parentcf622778bbc3d240d7079879fabd2dc945237cbc (diff)
downloadcubeb-2e68530a5f72f6f4f87a48750498cd0e7900cb31.tar.gz
cubeb-2e68530a5f72f6f4f87a48750498cd0e7900cb31.zip
mixer: Fix typo in output_buffer_length.
Diffstat (limited to 'src/cubeb_mixer.h')
-rw-r--r--src/cubeb_mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubeb_mixer.h b/src/cubeb_mixer.h
index eeb69f6..51fb908 100644
--- a/src/cubeb_mixer.h
+++ b/src/cubeb_mixer.h
@@ -79,7 +79,7 @@ cubeb_mixer * cubeb_mixer_create(cubeb_sample_format format,
void cubeb_mixer_destroy(cubeb_mixer * mixer);
void cubeb_mixer_mix(cubeb_mixer * mixer, long frames,
void * input_buffer, unsigned long input_buffer_length,
- void * output_buffer, unsigned long outputput_buffer_length,
+ void * output_buffer, unsigned long output_buffer_length,
cubeb_stream_params const * stream_params,
cubeb_stream_params const * mixer_params);