diff options
author | Marcelo Fernandez <marcelofg55@gmail.com> | 2018-01-07 12:57:48 -0300 |
---|---|---|
committer | Marcelo Fernandez <marcelofg55@gmail.com> | 2018-01-07 12:57:48 -0300 |
commit | 6fc1801b6ab2723dee4b1815d2d41a8215bbf98d (patch) | |
tree | 1e7d756bcdad8d742e0f5cf46978acd9633ff4cf /scene/gui/video_player.h | |
parent | 57efe0bea5e60eb1849c9e42c89205996df819d5 (diff) |
Fix Video Player issue with audio mix_rate when different than 44100
Diffstat (limited to 'scene/gui/video_player.h')
-rw-r--r-- | scene/gui/video_player.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/gui/video_player.h b/scene/gui/video_player.h index 7010c71ad9..5c379b5620 100644 --- a/scene/gui/video_player.h +++ b/scene/gui/video_player.h @@ -50,7 +50,6 @@ class VideoPlayer : public Control { Ref<VideoStream> stream; int sp_get_channel_count() const; - void sp_set_mix_rate(int p_rate); //notify the stream of the mix rate bool mix(AudioFrame *p_buffer, int p_frames); RID stream_rid; @@ -69,7 +68,6 @@ class VideoPlayer : public Control { bool expand; bool loops; int buffering_ms; - int server_mix_rate; int audio_track; int bus_index; |