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:
parent
b6f2745822
commit
b1e85664a1
14 changed files with 304 additions and 100 deletions
|
@ -46,9 +46,9 @@ using namespace std;
|
|||
#include <srs_protocol_utility.hpp>
|
||||
|
||||
extern SrsPps* _srs_pps_rpkts;
|
||||
SrsPps* _srs_pps_rstuns = new SrsPps();
|
||||
SrsPps* _srs_pps_rrtps = new SrsPps();
|
||||
SrsPps* _srs_pps_rrtcps = new SrsPps();
|
||||
SrsPps* _srs_pps_rstuns = NULL;
|
||||
SrsPps* _srs_pps_rrtps = NULL;
|
||||
SrsPps* _srs_pps_rrtcps = NULL;
|
||||
extern SrsPps* _srs_pps_addrs;
|
||||
extern SrsPps* _srs_pps_fast_addrs;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue