Commit ab2405ed authored by Francois Cartegnie's avatar Francois Cartegnie

demux: dash: enable all profiles

parent 4e523f3d
......@@ -37,12 +37,10 @@ MPD* MPDFactory::create (dash::xml::Node *root, stream_t *p_stream,
switch( profile )
{
case Profile::ISOOnDemand:
case Profile::ISOMain:
case Profile::ISOLive:
case Profile::MPEG2TSSimple:
parser = new IsoffMainParser(root, p_stream);
case Profile::Unknown:
break;
default:
parser = new IsoffMainParser(root, p_stream);
break;
}
......
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