Commit ba68ad66 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: dash: missing initilializer (cid #1260241)

parent e8d7655c
...@@ -36,6 +36,7 @@ using namespace dash::mpd; ...@@ -36,6 +36,7 @@ using namespace dash::mpd;
SegmentInfoCommon::SegmentInfoCommon( ICanonicalUrl *parent ) : SegmentInfoCommon::SegmentInfoCommon( ICanonicalUrl *parent ) :
ICanonicalUrl( parent ), ICanonicalUrl( parent ),
duration( -1 ), duration( -1 ),
startIndex( 0 ),
initialisationSegment( NULL ), initialisationSegment( NULL ),
segmentTimeline( NULL ) segmentTimeline( 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