提交 d5ad2f63 编写于 作者: Z Zhang Rui

ijksdl: aout_open_audio_n return 0 on success

上级 edf70bdc
......@@ -143,8 +143,7 @@ int aout_open_audio_n(JNIEnv *env, SDL_Aout *aout, SDL_AudioSpec *desired, SDL_A
return -1;
}
SDLTRACE("aout_open_audio_n()=%d", opaque->buffer_size);
return opaque->buffer_size;
return 0;
}
int aout_open_audio(SDL_Aout *aout, SDL_AudioSpec *desired, SDL_AudioSpec *obtained)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册