Commit 9f7aa6fe authored by Francois Cartegnie's avatar Francois Cartegnie

demux: adaptative: add missing default switch policy for hls

parent 8ce77ce8
......@@ -37,6 +37,7 @@ Representation::Representation ( BaseAdaptationSet *set ) :
BaseRepresentation( set )
{
b_live = true;
switchpolicy = SegmentInformation::SWITCH_SEGMENT_ALIGNED; /* FIXME: based on streamformat */
}
Representation::~Representation ()
......
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