Commit 84b5dcfa authored by Francois Cartegnie's avatar Francois Cartegnie

demux: adaptative: missing initializer

parent 1ee46491
......@@ -47,6 +47,7 @@ SegmentInformation::SegmentInformation(AbstractPlaylist * parent_) :
void SegmentInformation::init()
{
baseUrl.Set(NULL);
segmentBase = NULL;
segmentList = NULL;
mediaSegmentTemplate = NULL;
......
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