Commit 248682c2 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: dash: missing initializer (cid #1260242, #1260245)

parent ba68ad66
......@@ -43,6 +43,7 @@ void Stream::init(const Type type_, const Format format_)
type = type_;
format = format_;
output = NULL;
adaptationLogic = NULL;
currentChunk = NULL;
eof = 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