播放器track未初始化成功时间改成最大为5秒

This commit is contained in:
xiongziliang 2019-11-21 18:07:40 +08:00
parent ab97486200
commit 21cf3bcee0

View File

@ -64,7 +64,7 @@ PlayerBase::PlayerBase() {
this->mINI::operator[](kTimeoutMS) = 10000;
this->mINI::operator[](kMediaTimeoutMS) = 5000;
this->mINI::operator[](kBeatIntervalMS) = 5000;
this->mINI::operator[](kMaxAnalysisMS) = 2000;
this->mINI::operator[](kMaxAnalysisMS) = 5000;
}
///////////////////////////Demuxer//////////////////////////////