Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
ab2405ed
Commit
ab2405ed
authored
Dec 30, 2014
by
François Cartegnie
🤞
Browse files
demux: dash: enable all profiles
parent
4e523f3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/dash/mpd/MPDFactory.cpp
View file @
ab2405ed
...
...
@@ -37,12 +37,10 @@ MPD* MPDFactory::create (dash::xml::Node *root, stream_t *p_stream,
switch
(
profile
)
{
case
Profile
::
ISOOnDemand
:
case
Profile
::
ISOMain
:
case
Profile
::
ISOLive
:
case
Profile
::
MPEG2TSSimple
:
parser
=
new
IsoffMainParser
(
root
,
p_stream
);
case
Profile
::
Unknown
:
break
;
default:
parser
=
new
IsoffMainParser
(
root
,
p_stream
);
break
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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