mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 20:25:33 +00:00
Android: OpenSLES, explicitly initialise the global variable 'bqPlayerPlay',
it may be read even if OpenSLES back-end hasn't been intialized
This commit is contained in:
parent
babd79b8ef
commit
4118fe62fe
|
@ -83,7 +83,7 @@ static SLObjectItf outputMixObject;
|
||||||
|
|
||||||
/* buffer queue player interfaces */
|
/* buffer queue player interfaces */
|
||||||
static SLObjectItf bqPlayerObject;
|
static SLObjectItf bqPlayerObject;
|
||||||
static SLPlayItf bqPlayerPlay;
|
static SLPlayItf bqPlayerPlay = NULL;
|
||||||
static SLAndroidSimpleBufferQueueItf bqPlayerBufferQueue;
|
static SLAndroidSimpleBufferQueueItf bqPlayerBufferQueue;
|
||||||
#if 0
|
#if 0
|
||||||
static SLVolumeItf bqPlayerVolume;
|
static SLVolumeItf bqPlayerVolume;
|
||||||
|
|
Loading…
Reference in a new issue