Skip to content
Snippets Groups Projects
Commit b92fbe02 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

demux: adaptive: missing total initializer

parent 7ee46b35
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ SegmentTimeline::SegmentTimeline(uint64_t scale)
:TimescaleAble(NULL)
{
setTimescale(scale);
totalLength = 0;
}
SegmentTimeline::~SegmentTimeline()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment