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
74afcf63
Commit
74afcf63
authored
Aug 17, 2007
by
Rémi Denis-Courmont
Browse files
Same as previous commit, for RTP/TS
parent
b33adb77
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_output/sdp.c
View file @
74afcf63
...
...
@@ -188,7 +188,7 @@ char *vAddSDPMedia (const char *type, int dport, const char *protocol,
else
*
sdp_fmtp
=
'\0'
;
if
(
asprintf
(
&
sdp_media
,
"m=%s %u %s %d
\r\n
"
"%s"
"%s"
,
if
(
asprintf
(
&
sdp_media
,
"m=%s %u %s %d
\r\n
"
"b=RR:0
\r\n
"
"%s"
"%s"
,
type
,
dport
,
protocol
,
pt
,
sdp_rtpmap
,
sdp_fmtp
)
==
-
1
)
return
NULL
;
...
...
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