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
ff626098
Commit
ff626098
authored
Jul 27, 2015
by
KO Myung-Hun
Committed by
Hugo Beauzée-Luyssen
Jul 27, 2015
Browse files
demux: adaptative: fix compilation
Signed-off-by:
Hugo Beauzée-Luyssen
<
hugo@beauzee.fr
>
parent
c78f1106
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/adaptative/Streams.cpp
View file @
ff626098
...
...
@@ -34,7 +34,7 @@ using namespace adaptative::logic;
Stream
::
Stream
(
demux_t
*
demux_
,
const
StreamFormat
&
format_
)
{
p_demux
=
demux_
;
type
=
StreamType
::
UNKNOWN
;
type
=
UNKNOWN
;
format
=
format_
;
output
=
NULL
;
adaptationLogic
=
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