Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
ba68ad66
Commit
ba68ad66
authored
Dec 22, 2014
by
François Cartegnie
🤞
Browse files
demux: dash: missing initilializer (cid #1260241)
parent
e8d7655c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/stream_filter/dash/mpd/SegmentInfoCommon.cpp
View file @
ba68ad66
...
...
@@ -36,6 +36,7 @@ using namespace dash::mpd;
SegmentInfoCommon
::
SegmentInfoCommon
(
ICanonicalUrl
*
parent
)
:
ICanonicalUrl
(
parent
),
duration
(
-
1
),
startIndex
(
0
),
initialisationSegment
(
NULL
),
segmentTimeline
(
NULL
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment