]> git.sesse.net Git - vlc/commitdiff
demux: dash: missing initilializer (cid #1260241)
authorFrancois Cartegnie <fcvlcdev@free.fr>
Mon, 22 Dec 2014 17:54:22 +0000 (18:54 +0100)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Mon, 22 Dec 2014 18:21:47 +0000 (19:21 +0100)
modules/stream_filter/dash/mpd/SegmentInfoCommon.cpp

index 29a423aa8d68ab09ce8ded845c057614f935ab72..8cb0112700bbda57f317a2a630303b5fda11cce8 100644 (file)
@@ -36,6 +36,7 @@ using namespace dash::mpd;
 SegmentInfoCommon::SegmentInfoCommon( ICanonicalUrl *parent ) :
     ICanonicalUrl( parent ),
     duration( -1 ),
+    startIndex( 0 ),
     initialisationSegment( NULL ),
     segmentTimeline( NULL )
 {