mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add utest for avc uev
This commit is contained in:
parent
b7dd764920
commit
c46e925be5
2 changed files with 94 additions and 0 deletions
|
@ -283,6 +283,8 @@ SrsBitBuffer::~SrsBitBuffer()
|
|||
|
||||
int SrsBitBuffer::initialize(SrsBuffer* s) {
|
||||
stream = s;
|
||||
cb = 0;
|
||||
cb_left = 0;
|
||||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue