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
ccea19a6
Commit
ccea19a6
authored
Jun 23, 2008
by
ivoire
Browse files
Fix compiling warning.
parent
71142c5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access_output/udp.c
View file @
ccea19a6
...
@@ -116,7 +116,6 @@ static int Seek ( sout_access_out_t *, off_t );
...
@@ -116,7 +116,6 @@ static int Seek ( sout_access_out_t *, off_t );
static
void
ThreadWrite
(
vlc_object_t
*
);
static
void
ThreadWrite
(
vlc_object_t
*
);
static
block_t
*
NewUDPPacket
(
sout_access_out_t
*
,
mtime_t
);
static
block_t
*
NewUDPPacket
(
sout_access_out_t
*
,
mtime_t
);
static
const
char
*
MakeRandMulticast
(
int
family
,
char
*
buf
,
size_t
buflen
);
typedef
struct
sout_access_thread_t
typedef
struct
sout_access_thread_t
{
{
...
...
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