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
|
@ -35,8 +35,8 @@ using namespace std;
|
|||
|
||||
#include <srs_protocol_kbps.hpp>
|
||||
|
||||
SrsPps* _srs_pps_cids_get = new SrsPps();
|
||||
SrsPps* _srs_pps_cids_set = new SrsPps();
|
||||
SrsPps* _srs_pps_cids_get = NULL;
|
||||
SrsPps* _srs_pps_cids_set = NULL;
|
||||
|
||||
#define SRS_BASIC_LOG_SIZE 8192
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue