Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
b94c3f32
Commit
b94c3f32
authored
Mar 26, 2012
by
Frédéric Yhuel
Committed by
Hugo Beauzée-Luyssen
Mar 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DASH: cosmetics
Signed-off-by:
Hugo Beauzée-Luyssen
<
beauze.h@gmail.com
>
parent
7fc90608
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
modules/stream_filter/dash/DASHManager.h
modules/stream_filter/dash/DASHManager.h
+3
-3
modules/stream_filter/dash/buffer/BlockBuffer.h
modules/stream_filter/dash/buffer/BlockBuffer.h
+8
-8
No files found.
modules/stream_filter/dash/DASHManager.h
View file @
b94c3f32
...
...
@@ -44,9 +44,9 @@ namespace dash
logic
::
IAdaptationLogic
::
LogicType
type
,
stream_t
*
stream
);
virtual
~
DASHManager
();
bool
start
();
int
read
(
void
*
p_buffer
,
size_t
len
);
int
peek
(
const
uint8_t
**
pp_peek
,
size_t
i_peek
);
bool
start
();
int
read
(
void
*
p_buffer
,
size_t
len
);
int
peek
(
const
uint8_t
**
pp_peek
,
size_t
i_peek
);
int
seekBackwards
(
unsigned
len
);
const
mpd
::
IMPDManager
*
getMpdManager
()
const
;
...
...
modules/stream_filter/dash/buffer/BlockBuffer.h
View file @
b94c3f32
...
...
@@ -46,15 +46,15 @@ namespace dash
BlockBuffer
(
stream_t
*
stream
);
virtual
~
BlockBuffer
();
void
put
(
block_t
*
block
);
int
get
(
void
*
p_data
,
unsigned
int
len
);
int
peek
(
const
uint8_t
**
pp_peek
,
unsigned
int
i_peek
);
void
put
(
block_t
*
block
);
int
get
(
void
*
p_data
,
unsigned
int
len
);
int
peek
(
const
uint8_t
**
pp_peek
,
unsigned
int
i_peek
);
int
seekBackwards
(
unsigned
len
);
void
setEOF
(
bool
value
);
bool
getEOF
();
mtime_t
size
();
void
attach
(
IBufferObserver
*
observer
);
void
notify
();
void
setEOF
(
bool
value
);
bool
getEOF
();
mtime_t
size
();
void
attach
(
IBufferObserver
*
observer
);
void
notify
();
private:
mtime_t
capacityMicroSec
;
...
...
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