Commit f1b37e54 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: dash: debug on split

parent 06b981f8
...@@ -78,6 +78,7 @@ bool AtomsReader::parseBlock(void *buffer, size_t size, BaseRepresentation *rep) ...@@ -78,6 +78,7 @@ bool AtomsReader::parseBlock(void *buffer, size_t size, BaseRepresentation *rep)
point.time += sidx->p_items[i].i_subsegment_duration; point.time += sidx->p_items[i].i_subsegment_duration;
} }
rep->SplitUsingIndex(splitlist); rep->SplitUsingIndex(splitlist);
rep->getPlaylist()->debug();
} }
} }
stream_Delete(stream); stream_Delete(stream);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment