mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Kernel: Never depends on another globals for global variables
This commit is contained in:
parent
20df644a05
commit
1909cfb3ff
11 changed files with 88 additions and 76 deletions
|
@ -36,7 +36,7 @@ using namespace std;
|
|||
|
||||
#include <srs_kernel_kbps.hpp>
|
||||
|
||||
SrsPps* _srs_pps_objs_rtps = new SrsPps(_srs_clock);
|
||||
SrsPps* _srs_pps_objs_rtps = new SrsPps();
|
||||
|
||||
/* @see https://tools.ietf.org/html/rfc1889#section-5.1
|
||||
0 1 2 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue