fix more slice nal one frame result rtp mark error and sps pps rtp not has a mark

This commit is contained in:
Your Name
2021-04-15 13:54:03 +08:00
parent 6e4dfaf53f
commit bffee09639
2 changed files with 17 additions and 4 deletions

View File

@@ -85,6 +85,7 @@ private:
void makeH264Rtp(const void *pData, size_t uiLen, bool bMark, bool gop_pos, uint32_t uiStamp);
string _sps;
string _pps;
Frame::Ptr _last_frame;
};
}//namespace mediakit{