diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2017-10-28 19:04:25 +0700 |
---|---|---|
committer | Poommetee Ketson <poommetee@protonmail.com> | 2017-10-28 19:15:51 +0700 |
commit | 83f5d7e40aa4457e5edfbe4f495c3c9b075b39b3 (patch) | |
tree | 689e1870094033a52d9e97b3c0e6c837c3b5da29 /scene/resources/video_stream.h | |
parent | 87dbb716d9c99b03755cf2f875d6cdba51f8d356 (diff) |
Refactor bufer to buffer
Diffstat (limited to 'scene/resources/video_stream.h')
-rw-r--r-- | scene/resources/video_stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/video_stream.h b/scene/resources/video_stream.h index 0f07233185..3f79858056 100644 --- a/scene/resources/video_stream.h +++ b/scene/resources/video_stream.h @@ -60,7 +60,7 @@ public: virtual void set_audio_track(int p_idx) = 0; - //virtual int mix(int16_t* p_bufer,int p_frames)=0; + //virtual int mix(int16_t* p_buffer,int p_frames)=0; virtual Ref<Texture> get_texture() = 0; virtual void update(float p_delta) = 0; |