mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 12:05:58 +08:00
修复mp4v2在win32上崩溃的问题
This commit is contained in:
@@ -48,6 +48,7 @@ HLSMaker::HLSMaker(const string& strM3u8File,
|
||||
m_strM3u8File = strM3u8File;
|
||||
m_ui32NumSegments = ui32Num;
|
||||
m_ui32SegmentDuration = ui32Duration;
|
||||
m_ui32LastStamp = 0;
|
||||
|
||||
m_strOutputPrefix = strM3u8File.substr(0, strM3u8File.rfind('.'));
|
||||
m_strFileName = m_strOutputPrefix.substr(m_strOutputPrefix.rfind('/') + 1);
|
||||
|
||||
Reference in New Issue
Block a user