mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the rtmp consts name
This commit is contained in:
parent
a9f7f1ecfe
commit
198a7f1e9d
5 changed files with 21 additions and 21 deletions
|
@ -100,7 +100,7 @@ private:
|
|||
* used for type0, 11bytes(or 15bytes with extended timestamp) header.
|
||||
* or for type3, 1bytes(or 5bytes with extended timestamp) header.
|
||||
*/
|
||||
char out_header_cache[RTMP_MAX_FMT0_HEADER_SIZE];
|
||||
char out_header_cache[SRS_CONSTS_RTMP_MAX_FMT0_HEADER_SIZE];
|
||||
/**
|
||||
* output chunk size, default to 128, set by config.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue