mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 12:05:58 +08:00
去除编译警告,修复bug
This commit is contained in:
@@ -64,7 +64,7 @@ PlayerBase::PlayerBase() {
|
||||
|
||||
///////////////////////////Demuxer//////////////////////////////
|
||||
bool Demuxer::isInited(int analysisMs) {
|
||||
if(analysisMs && _ticker.createdTime() > analysisMs){
|
||||
if(analysisMs && _ticker.createdTime() > (uint64_t)analysisMs){
|
||||
//analysisMs毫秒后强制初始化完毕
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user