Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
17911253
Commit
17911253
authored
Aug 03, 2008
by
Felix Paul Kühne
Browse files
live555: compilation fix
parent
65126a7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/live555.cpp
View file @
17911253
...
...
@@ -220,7 +220,7 @@ static void StreamRead ( void *, unsigned int, unsigned int,
static
void
StreamClose
(
void
*
);
static
void
TaskInterrupt
(
void
*
);
static
void
TimeoutPrevention
(
timeout_thread
_t
*
);
static
void
*
TimeoutPrevention
(
vlc_object
_t
*
);
static
unsigned
char
*
parseH264ConfigStr
(
char
const
*
configStr
,
unsigned
int
&
configSize
);
...
...
@@ -1702,7 +1702,7 @@ static void TaskInterrupt( void *p_private )
/*****************************************************************************
*
*****************************************************************************/
static
void
*
TimeoutPrevention
(
vlc_object_t
*
p_this
)
static
void
*
TimeoutPrevention
(
vlc_object_t
*
p_this
)
{
timeout_thread_t
*
p_timeout
=
(
timeout_thread_t
*
)
p_this
;
p_timeout
->
b_die
=
false
;
...
...
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