性能优化

This commit is contained in:
xia-chu
2021-04-15 19:46:45 +08:00
parent d76c38ef72
commit 880b9139b0
2 changed files with 7 additions and 8 deletions

View File

@@ -89,8 +89,8 @@ private:
void packRtpStapA(const char *data, size_t len, uint32_t pts, bool is_mark, bool gop_pos);
private:
string _sps;
string _pps;
Frame::Ptr _sps;
Frame::Ptr _pps;
Frame::Ptr _last_frame;
};