mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
rename SrsBitStream to SrsBitBuffer
This commit is contained in:
parent
0e52fc6d5b
commit
dadfe101b4
5 changed files with 14 additions and 14 deletions
|
@ -48,7 +48,7 @@ using namespace std;
|
|||
// @see SRS_SYS_TIME_RESOLUTION_MS_TIMES
|
||||
#define SYS_TIME_RESOLUTION_US 300*1000
|
||||
|
||||
int srs_avc_nalu_read_uev(SrsBitStream* stream, int32_t& v)
|
||||
int srs_avc_nalu_read_uev(SrsBitBuffer* stream, int32_t& v)
|
||||
{
|
||||
int ret = ERROR_SUCCESS;
|
||||
|
||||
|
@ -82,7 +82,7 @@ int srs_avc_nalu_read_uev(SrsBitStream* stream, int32_t& v)
|
|||
return ret;
|
||||
}
|
||||
|
||||
int srs_avc_nalu_read_bit(SrsBitStream* stream, int8_t& v)
|
||||
int srs_avc_nalu_read_bit(SrsBitBuffer* stream, int8_t& v)
|
||||
{
|
||||
int ret = ERROR_SUCCESS;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue