summaryrefslogtreecommitdiffstats
path: root/modules/opus/audio_stream_opus.h
diff options
context:
space:
mode:
authorPoommetee Ketson <poommetee@protonmail.com>2017-10-28 19:04:25 +0700
committerPoommetee Ketson <poommetee@protonmail.com>2017-10-28 19:15:51 +0700
commit83f5d7e40aa4457e5edfbe4f495c3c9b075b39b3 (patch)
tree689e1870094033a52d9e97b3c0e6c837c3b5da29 /modules/opus/audio_stream_opus.h
parent87dbb716d9c99b03755cf2f875d6cdba51f8d356 (diff)
downloadredot-engine-83f5d7e40aa4457e5edfbe4f495c3c9b075b39b3.tar.gz
Refactor bufer to buffer
Diffstat (limited to 'modules/opus/audio_stream_opus.h')
-rw-r--r--modules/opus/audio_stream_opus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/opus/audio_stream_opus.h b/modules/opus/audio_stream_opus.h
index 7b7740a804..f8d8f585cf 100644
--- a/modules/opus/audio_stream_opus.h
+++ b/modules/opus/audio_stream_opus.h
@@ -107,7 +107,7 @@ public:
virtual int get_minimum_buffer_size() const;
- virtual int mix(int16_t *p_bufer, int p_frames);
+ virtual int mix(int16_t *p_buffer, int p_frames);
AudioStreamPlaybackOpus();
~AudioStreamPlaybackOpus();