mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update amf0 strict array test, fix bug of count zero init
This commit is contained in:
parent
373f92551d
commit
5a06909d75
2 changed files with 69 additions and 0 deletions
|
@ -1037,6 +1037,7 @@ SrsAmf0Any* SrsAmf0EcmaArray::ensure_property_number(string name)
|
|||
SrsAmf0StrictArray::SrsAmf0StrictArray()
|
||||
{
|
||||
marker = RTMP_AMF0_StrictArray;
|
||||
_count = 0;
|
||||
}
|
||||
|
||||
SrsAmf0StrictArray::~SrsAmf0StrictArray()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue