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

Refine init of global SrsPps

This commit is contained in:
winlin 2021-05-08 11:11:13 +08:00
parent b6f2745822
commit b1e85664a1
14 changed files with 304 additions and 100 deletions

View file

@ -32,7 +32,7 @@ using namespace std;
#include <srs_protocol_kbps.hpp>
SrsPps* _srs_pps_timer = new SrsPps();
SrsPps* _srs_pps_timer = NULL;
extern SrsPps* _srs_pps_clock_15ms;
extern SrsPps* _srs_pps_clock_20ms;