Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
500516e0
Commit
500516e0
authored
Sep 19, 2007
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused variables
parent
4f32396e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
modules/stream_out/rtp.c
modules/stream_out/rtp.c
+0
-8
No files found.
modules/stream_out/rtp.c
View file @
500516e0
...
...
@@ -212,8 +212,6 @@ static int HttpSetup( sout_stream_t *p_stream, vlc_url_t * );
struct
sout_stream_sys_t
{
/* SDP */
int64_t
i_sdp_id
;
int
i_sdp_version
;
char
*
psz_sdp
;
vlc_mutex_t
lock_sdp
;
...
...
@@ -397,10 +395,6 @@ static int Open( vlc_object_t *p_this )
p_sys
->
rtsp
=
NULL
;
p_sys
->
psz_sdp
=
NULL
;
p_sys
->
i_sdp_id
=
mdate
();
p_sys
->
i_sdp_version
=
1
;
p_sys
->
psz_sdp
=
NULL
;
p_sys
->
b_export_sap
=
VLC_FALSE
;
p_sys
->
b_export_sdp_file
=
VLC_FALSE
;
p_sys
->
p_session
=
NULL
;
...
...
@@ -1151,8 +1145,6 @@ static sout_stream_id_t *Add( sout_stream_t *p_stream, es_format_t *p_fmt )
p_sys
->
psz_sdp
=
psz_sdp
;
vlc_mutex_unlock
(
&
p_sys
->
lock_sdp
);
p_sys
->
i_sdp_version
++
;
msg_Dbg
(
p_stream
,
"sdp=
\n
%s"
,
p_sys
->
psz_sdp
);
/* Update SDP (sap/file) */
...
...
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