Skip to content

Commit

Permalink
[DASH] initialize segment::range_begin_ for URL segments
Browse files Browse the repository at this point in the history
  • Loading branch information
peak3d committed Jun 7, 2019
1 parent b68d49e commit c5e84dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser/DASHTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ start(void *data, const char *el, const char **attr)
{
DASHTree::Segment seg;
seg.pssh_set_ = 0;
seg.range_begin_ = ~0ULL;
if (strcmp(el, "SegmentURL") == 0)
{
for (; *attr;)
Expand Down

0 comments on commit c5e84dc

Please sign in to comment.