Merge pull request #13315 from dragmz/patch-2

initialize bus_index to 0
This commit is contained in:
Rémi Verschelde 2017-11-26 18:32:11 +01:00 committed by GitHub
commit c0dde9e850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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