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

refine code, rename the c0c3 header cache and iov cache.

This commit is contained in:
winlin 2014-11-12 18:19:09 +08:00
parent ab93506b01
commit 953159258c
2 changed files with 8 additions and 8 deletions

View file

@ -215,11 +215,11 @@ private:
* used for type0, 11bytes(or 15bytes with extended timestamp) header.
* or for type3, 1bytes(or 5bytes with extended timestamp) header.
*/
char out_c0_cache[SRS_CONSTS_RTMP_MAX_FMT0_HEADER_SIZE];
char out_c0c3_cache[SRS_CONSTS_RTMP_MAX_FMT0_HEADER_SIZE];
/**
* output iovec cache.
*/
iovec iov[2];
iovec out_iov[2];
/**
* output chunk size, default to 128, set by config.
*/