Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
d6a7c477
Commit
d6a7c477
authored
Feb 11, 2007
by
Rémi Denis-Courmont
Browse files
Byte order fix
parent
14fb31d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_output/sap.c
View file @
d6a7c477
...
...
@@ -624,7 +624,7 @@ static char *SDPGenerate( sap_handler_t *p_sap,
head
,
plgroup
?:
""
,
comedia
?:
""
,
net_GetPort
((
const
struct
sockaddr
*
)
&
p_session
->
addr
),
ntohs
(
net_GetPort
((
const
struct
sockaddr
*
)
&
p_session
->
addr
)
)
,
p_session
->
sdpformat
);
free
(
plgroup
);
...
...
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