Commit abe21d53 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: adaptative: fix uninitialized member (cid #1346986)

parent 6e1c08a2
......@@ -51,7 +51,7 @@ SegmentTrackerEvent::SegmentTrackerEvent(const StreamFormat *fmt)
SegmentTracker::SegmentTracker(AbstractAdaptationLogic *logic_, BaseAdaptationSet *adaptSet)
{
first = true;
next = 0;
curNumber = next = 0;
initializing = true;
index_sent = false;
init_sent = false;
......
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