Commit f94fadda authored by Francois Cartegnie's avatar Francois Cartegnie

demux: smooth: missing switch policy

parent f09f614b
......@@ -29,6 +29,7 @@ using namespace smooth::playlist;
Representation::Representation ( BaseAdaptationSet *set ) :
BaseRepresentation( set )
{
switchpolicy = SegmentInformation::SWITCH_SEGMENT_ALIGNED;
}
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