1
0
Fork 0
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:
winlin 2014-06-07 20:01:11 +08:00
parent 373f92551d
commit 5a06909d75
2 changed files with 69 additions and 0 deletions

View file

@ -1037,6 +1037,7 @@ SrsAmf0Any* SrsAmf0EcmaArray::ensure_property_number(string name)
SrsAmf0StrictArray::SrsAmf0StrictArray()
{
marker = RTMP_AMF0_StrictArray;
_count = 0;
}
SrsAmf0StrictArray::~SrsAmf0StrictArray()