简化代码

This commit is contained in:
xiongziliang
2019-10-18 10:02:42 +08:00
parent 0f5582689b
commit 0aa28b2848
5 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ MediaReader::MediaReader(const string &strVhost,const string &strApp, const stri
}else{
strFileName = strApp + "/" + strId;
}
strFileName = File::absolutePath(strFileName, false,recordPath);
strFileName = File::absolutePath(strFileName,recordPath);
}
_hMP4File = MP4Read(strFileName.data());