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
f2b08f6a
Commit
f2b08f6a
authored
Dec 12, 2010
by
Pierre Ynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtsp: clean up useless stuff
parent
6b872c5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
modules/stream_out/rtsp.c
modules/stream_out/rtsp.c
+0
-6
No files found.
modules/stream_out/rtsp.c
View file @
f2b08f6a
...
...
@@ -248,7 +248,6 @@ rtsp_stream_id_t *RtspAddId( rtsp_stream_t *rtsp, sout_stream_id_t *sid,
id
->
track_id
=
rtsp
->
track_id
;
id
->
ssrc
=
ssrc
;
id
->
clock_rate
=
clock_rate
;
/* TODO: can we assume that this need not be strdup'd? */
id
->
dst
=
dst
;
if
(
id
->
dst
!=
NULL
)
{
...
...
@@ -459,11 +458,6 @@ int RtspTrackAttach( rtsp_stream_t *rtsp, const char *name,
if
(
rtp_fd
==
-
1
)
break
;
/* Ignore any unexpected incoming packet */
/* XXX: is this needed again? */
setsockopt
(
rtp_fd
,
SOL_SOCKET
,
SO_RCVBUF
,
&
(
int
){
0
},
sizeof
(
int
));
uint16_t
seq
;
*
ssrc
=
ntohl
(
tr
->
ssrc
);
*
seq_init
=
tr
->
seq_init
;
...
...
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