1
0
Fork 0
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:
winlin 2017-01-09 18:14:25 +08:00
parent b7dd764920
commit c46e925be5
2 changed files with 94 additions and 0 deletions

View file

@ -283,6 +283,8 @@ SrsBitBuffer::~SrsBitBuffer()
int SrsBitBuffer::initialize(SrsBuffer* s) {
stream = s;
cb = 0;
cb_left = 0;
return ERROR_SUCCESS;
}