修复目录级别错误
This commit is contained in:
parent
2384aa5bbd
commit
795860a019
|
|
@ -52,7 +52,7 @@ MP4Recorder::~MP4Recorder() {
|
|||
|
||||
void MP4Recorder::createFile() {
|
||||
closeFile();
|
||||
auto strDate = getTimeStr("%Y-%m-%d");
|
||||
auto strDate = getTimeStr("%Y-%m");
|
||||
auto strDay = getTimeStr("%Y-%m-%d");
|
||||
auto strTime = getTimeStr("%H-%M-%S");
|
||||
auto strFileTmp = _strPath + strDate + "/" + strDay + "/." + strTime + ".mp4";
|
||||
|
|
|
|||
Loading…
Reference in New Issue