Commit 576d36bc authored by Francois Cartegnie's avatar Francois Cartegnie

demux: dash: missing initializer (cid #1260244)

parent fe65d2ba
...@@ -253,7 +253,7 @@ dash::http::Chunk * IndexSegment::getChunk(const std::string &url) ...@@ -253,7 +253,7 @@ dash::http::Chunk * IndexSegment::getChunk(const std::string &url)
IndexSegment::IndexSegmentChunk::IndexSegmentChunk(ISegment *segment, const std::string &url) IndexSegment::IndexSegmentChunk::IndexSegmentChunk(ISegment *segment, const std::string &url)
: SegmentChunk(segment, url) : SegmentChunk(segment, url)
{ {
rep = NULL;
} }
void IndexSegment::IndexSegmentChunk::setIndexRepresentation(Representation *rep_) void IndexSegment::IndexSegmentChunk::setIndexRepresentation(Representation *rep_)
......
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