1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Cover Kbps statistic

This commit is contained in:
winlin 2019-01-01 18:22:11 +08:00
parent 6e9c7dd11e
commit 6e44aa4a4f
2 changed files with 46 additions and 2 deletions

View file

@ -181,7 +181,7 @@ private:
SrsKbpsSlice os;
SrsWallClock* clk;
public:
// We will free the clock c.
// We won't free the clock c.
SrsKbps(SrsWallClock* c);
virtual ~SrsKbps();
public: