Revert "(OpenSL) Fix issues with cores using threaded audio - audio thread"

This reverts commit 54708a944a.
This commit is contained in:
twinaphex 2018-03-28 16:26:40 +02:00
parent 942121462d
commit 5a7c37b819

View File

@ -203,9 +203,6 @@ error:
static bool sl_stop(void *data)
{
sl_t *sl = (sl_t*)data;
opensl_callback((SLAndroidSimpleBufferQueueItf) 0, data);
sl->is_paused = (SLPlayItf_SetPlayState(sl->player, SL_PLAYSTATE_STOPPED)
== SL_RESULT_SUCCESS) ? true : false;