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
a7866ea7
Commit
a7866ea7
authored
Aug 20, 2009
by
Pierre
Browse files
rtp: Remove an unused variable.
parent
c5f0b6d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/stream_out/rtp.c
View file @
a7866ea7
...
...
@@ -854,7 +854,6 @@ static sout_stream_id_t *Add( sout_stream_t *p_stream, es_format_t *p_fmt )
* mux (TS/PS), then p_fmt is NULL. */
sout_stream_sys_t
*
p_sys
=
p_stream
->
p_sys
;
sout_stream_id_t
*
id
;
int
cscov
=
-
1
;
char
*
psz_sdp
;
if
(
0xffffffff
==
p_sys
->
payload_bitmap
)
...
...
@@ -1258,6 +1257,7 @@ static sout_stream_id_t *Add( sout_stream_t *p_stream, es_format_t *p_fmt )
p_sys
->
payload_bitmap
|=
1
<<
(
id
->
i_payload_type
-
96
);
#if 0 /* No payload formats sets this at the moment */
int cscov = -1;
if( cscov != -1 )
cscov += 8 /* UDP */ + 12 /* RTP */;
if( id->sinkc > 0 )
...
...
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