mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 03:10:04 +08:00
修复编译问题
This commit is contained in:
parent
40a7913bf9
commit
db261260ff
@ -253,7 +253,7 @@ protected:
|
||||
return;
|
||||
}
|
||||
//播放成功后,我们还必须等待各个Track初始化完毕才能回调告知已经初始化完毕
|
||||
if(isInited(INT_MAX)){
|
||||
if(isInited(0xFFFF)){
|
||||
//初始化完毕则立即回调
|
||||
_playResultCB(ex);
|
||||
_playResultCB = nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user