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
4bb4f7ae
Commit
4bb4f7ae
authored
May 22, 2005
by
Rémi Denis-Courmont
Browse files
Another forgotten file
parent
b59991fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access_output/udp.c
View file @
4bb4f7ae
/*****************************************************************************
* udp.c
*****************************************************************************
* Copyright (C) 2001
,
200
2
VideoLAN
* Copyright (C) 2001
-
200
5
VideoLAN
* $Id$
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
...
...
@@ -239,7 +239,6 @@ static int Open( vlc_object_t *p_this )
p_sys
->
p_thread
->
b_error
=
0
;
p_sys
->
p_thread
->
p_fifo
=
block_FifoNew
(
p_access
);
socket_desc
.
i_type
=
NETWORK_UDP
;
socket_desc
.
psz_server_addr
=
psz_dst_addr
;
socket_desc
.
i_server_port
=
i_dst_port
;
socket_desc
.
psz_bind_addr
=
""
;
...
...
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