修复兼容性bug

This commit is contained in:
xiongziliang
2018-04-28 18:37:52 +08:00
parent 07d6546a96
commit f6074bfd25
2 changed files with 14 additions and 2 deletions

View File

@@ -139,6 +139,7 @@ private:
bool m_bHaveAudio = false;
bool m_bHaveVideo= false;
float m_fDuration = 0;
bool m_bParseSpsDelay = false;
function<void(const H264Frame &frame)> onVideo;
function<void(const AdtsFrame &frame)> onAudio;