Commit ff626098 authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Hugo Beauzée-Luyssen

demux: adaptative: fix compilation

Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent c78f1106
......@@ -34,7 +34,7 @@ using namespace adaptative::logic;
Stream::Stream(demux_t * demux_, const StreamFormat &format_)
{
p_demux = demux_;
type = StreamType::UNKNOWN;
type = UNKNOWN;
format = format_;
output = NULL;
adaptationLogic = 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