mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine init of global variables
This commit is contained in:
parent
e8f7c913b0
commit
b6f2745822
2 changed files with 4 additions and 2 deletions
|
@ -63,9 +63,10 @@ public:
|
|||
public:
|
||||
SrsPps();
|
||||
virtual ~SrsPps();
|
||||
public:
|
||||
private:
|
||||
// Setup the clock, use global clock if not set.
|
||||
void set_clock(SrsWallClock* clk);
|
||||
public:
|
||||
// Update with the nn which is target.
|
||||
void update();
|
||||
// Update with the nn.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue