Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
ee83d9ea
Commit
ee83d9ea
authored
Aug 04, 2008
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
live555: some whitespace cleaning
parent
be1a50e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
modules/demux/live555.cpp
modules/demux/live555.cpp
+5
-5
No files found.
modules/demux/live555.cpp
View file @
ee83d9ea
...
...
@@ -163,7 +163,7 @@ struct timeout_thread_t
VLC_COMMON_MEMBERS
int64_t
i_remain
;
bool
b_handle_keep_alive
;
bool
b_handle_keep_alive
;
demux_sys_t
*
p_sys
;
};
...
...
@@ -185,7 +185,7 @@ struct demux_sys_t
/* Weird formats */
asf_header_t
asfh
;
stream_t
*
p_out_asf
;
bool
b_real
;
bool
b_real
;
/* */
int64_t
i_pcr
;
/* The clock */
...
...
@@ -194,7 +194,7 @@ struct demux_sys_t
/* timeout thread information */
int
i_timeout
;
/* session timeout value in seconds */
bool
b_timeout_call
;
/* mark to send an RTSP call to prevent server timeout */
bool
b_timeout_call
;
/* mark to send an RTSP call to prevent server timeout */
timeout_thread_t
*
p_timeout
;
/* the actual thread that makes sure we don't timeout */
/* */
...
...
@@ -640,7 +640,7 @@ static int SessionsSetup( demux_t *p_demux )
MediaSubsessionIterator
*
iter
=
NULL
;
MediaSubsession
*
sub
=
NULL
;
bool
b_rtsp_tcp
=
false
;
bool
b_rtsp_tcp
=
false
;
int
i_client_port
;
int
i_return
=
VLC_SUCCESS
;
unsigned
int
i_buffer
=
0
;
...
...
@@ -1086,7 +1086,7 @@ static int Demux( demux_t *p_demux )
demux_sys_t
*
p_sys
=
p_demux
->
p_sys
;
TaskToken
task
;
bool
b_send_pcr
=
true
;
bool
b_send_pcr
=
true
;
int64_t
i_pcr
=
0
;
int
i
;
...
...
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