1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refine code

This commit is contained in:
winlin 2020-08-20 18:05:40 +08:00
parent 2c08c4d303
commit 7dcfd6b029
4 changed files with 7 additions and 2 deletions

View file

@ -4581,6 +4581,8 @@ SrsMp4SegmentIndexBox::SrsMp4SegmentIndexBox()
{
type = SrsMp4BoxTypeSIDX;
version = 0;
flags = reference_id = timescale = 0;
earliest_presentation_time = first_offset = 0;
}
SrsMp4SegmentIndexBox::~SrsMp4SegmentIndexBox()