fix webrtc h264 rtp Packetizer error

This commit is contained in:
xgj
2021-04-15 00:15:41 +08:00
parent 29c8c9bf26
commit 6e4dfaf53f
2 changed files with 46 additions and 3 deletions

View File

@@ -83,6 +83,8 @@ public:
private:
void makeH264Rtp(const void *pData, size_t uiLen, bool bMark, bool gop_pos, uint32_t uiStamp);
string _sps;
string _pps;
};
}//namespace mediakit{