initialize bus_index to 0

fixes #13305
This commit is contained in:
Marcin Zawiejski 2017-11-26 18:16:31 +01:00 committed by GitHub
parent 4c660cfffb
commit 86ed07c41c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -490,6 +490,7 @@ VideoPlayer::VideoPlayer() {
expand = true;
audio_track = 0;
bus_index = 0;
buffering_ms = 500;
server_mix_rate = 44100;