修复编译问题

This commit is contained in:
xiongziliang 2019-03-01 15:11:58 +08:00
parent 40a7913bf9
commit db261260ff

View File

@ -253,7 +253,7 @@ protected:
return;
}
//播放成功后我们还必须等待各个Track初始化完毕才能回调告知已经初始化完毕
if(isInited(INT_MAX)){
if(isInited(0xFFFF)){
//初始化完毕则立即回调
_playResultCB(ex);
_playResultCB = nullptr;