精简H264Frame对象,删除多余字段

This commit is contained in:
xiongziliang
2019-08-01 14:39:09 +08:00
parent 2e95c3b2fa
commit e13ae419ae
5 changed files with 25 additions and 31 deletions

View File

@@ -64,6 +64,7 @@ private:
H264Frame::Ptr obtainFrame();
private:
H264Frame::Ptr _h264frame;
int _lastSeq = 0;
};
/**