Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Steve Lhomme
vlc
Commits
5cdd383d
Commit
5cdd383d
authored
Aug 16, 2017
by
Zhao Zhili
Committed by
Jean-Baptiste Kempf
Aug 22, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demux: adaptive: fix comment
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
9d11ab47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/demux/adaptive/playlist/BaseRepresentation.h
modules/demux/adaptive/playlist/BaseRepresentation.h
+1
-1
modules/demux/adaptive/tools/Properties.hpp
modules/demux/adaptive/tools/Properties.hpp
+1
-1
No files found.
modules/demux/adaptive/playlist/BaseRepresentation.h
View file @
5cdd383d
...
@@ -48,13 +48,13 @@ namespace adaptive
...
@@ -48,13 +48,13 @@ namespace adaptive
virtual
~
BaseRepresentation
();
virtual
~
BaseRepresentation
();
virtual
StreamFormat
getStreamFormat
()
const
;
virtual
StreamFormat
getStreamFormat
()
const
;
BaseAdaptationSet
*
getAdaptationSet
();
/*
/*
* @return The bitrate required for this representation
* @return The bitrate required for this representation
* in bits per seconds.
* in bits per seconds.
* Will be a valid value, as the parser refuses Representation
* Will be a valid value, as the parser refuses Representation
* without bandwidth.
* without bandwidth.
*/
*/
BaseAdaptationSet
*
getAdaptationSet
();
uint64_t
getBandwidth
()
const
;
uint64_t
getBandwidth
()
const
;
void
setBandwidth
(
uint64_t
bandwidth
);
void
setBandwidth
(
uint64_t
bandwidth
);
const
std
::
list
<
std
::
string
>
&
getCodecs
()
const
;
const
std
::
list
<
std
::
string
>
&
getCodecs
()
const
;
...
...
modules/demux/adaptive/tools/Properties.hpp
View file @
5cdd383d
/*
/*
*
Inheritabl
es.hpp
*
Properti
es.hpp
*****************************************************************************
*****************************************************************************
* Copyright (C) 2014 - VideoLAN and VLC Authors
* Copyright (C) 2014 - VideoLAN and VLC Authors
*
*
...
...
Write
Preview
Markdown
is supported
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