Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
a7866ea7
Commit
a7866ea7
authored
Aug 20, 2009
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtp: Remove an unused variable.
parent
c5f0b6d0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/stream_out/rtp.c
modules/stream_out/rtp.c
+1
-1
No files found.
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 )
...
@@ -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. */
* mux (TS/PS), then p_fmt is NULL. */
sout_stream_sys_t
*
p_sys
=
p_stream
->
p_sys
;
sout_stream_sys_t
*
p_sys
=
p_stream
->
p_sys
;
sout_stream_id_t
*
id
;
sout_stream_id_t
*
id
;
int
cscov
=
-
1
;
char
*
psz_sdp
;
char
*
psz_sdp
;
if
(
0xffffffff
==
p_sys
->
payload_bitmap
)
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 )
...
@@ -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
);
p_sys
->
payload_bitmap
|=
1
<<
(
id
->
i_payload_type
-
96
);
#if 0 /* No payload formats sets this at the moment */
#if 0 /* No payload formats sets this at the moment */
int cscov = -1;
if( cscov != -1 )
if( cscov != -1 )
cscov += 8 /* UDP */ + 12 /* RTP */;
cscov += 8 /* UDP */ + 12 /* RTP */;
if( id->sinkc > 0 )
if( id->sinkc > 0 )
...
...
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