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
e8da701b
Commit
e8da701b
authored
Nov 06, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not redefine standard types
parent
da0a2988
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/vlc_common.h
include/vlc_common.h
+0
-2
include/vlc_sout.h
include/vlc_sout.h
+2
-0
No files found.
include/vlc_common.h
View file @
e8da701b
...
...
@@ -312,8 +312,6 @@ typedef struct filter_sys_t filter_sys_t;
/* Network */
typedef
struct
network_socket_t
network_socket_t
;
typedef
struct
virtual_socket_t
v_socket_t
;
typedef
struct
sockaddr
sockaddr
;
typedef
struct
addrinfo
addrinfo
;
typedef
struct
vlc_acl_t
vlc_acl_t
;
typedef
struct
vlc_url_t
vlc_url_t
;
...
...
include/vlc_sout.h
View file @
e8da701b
...
...
@@ -261,6 +261,8 @@ VLC_EXPORT(void, sout_MethodRelease, (announce_method_t *) );
/** SDP */
struct
sockaddr
;
VLC_EXPORT
(
char
*
,
vlc_sdp_Start
,
(
vlc_object_t
*
obj
,
const
char
*
cfgpref
,
const
struct
sockaddr
*
src
,
size_t
srclen
,
const
struct
sockaddr
*
addr
,
size_t
addrlen
)
LIBVLC_USED
);
VLC_EXPORT
(
char
*
,
sdp_AddMedia
,
(
char
**
sdp
,
const
char
*
type
,
const
char
*
protocol
,
int
dport
,
unsigned
pt
,
bool
bw_indep
,
unsigned
bw
,
const
char
*
ptname
,
unsigned
clockrate
,
unsigned
channels
,
const
char
*
fmtp
)
);
VLC_EXPORT
(
char
*
,
sdp_AddAttribute
,
(
char
**
sdp
,
const
char
*
name
,
const
char
*
fmt
,
...)
LIBVLC_FORMAT
(
3
,
4
)
);
...
...
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