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

demux: adaptive: fix timeline total length after truncation

parent dfcc7629
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,7 @@ size_t SegmentTimeline::pruneBySequenceNumber(uint64_t number)
el->t += count * el->d;
el->r -= count;
prunednow += count;
totalLength -= count * el->d;
break;
}
else
......
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