Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f10ba0d3
Commit
f10ba0d3
authored
Jun 04, 2008
by
Rémi Denis-Courmont
Browse files
Do not use the old UDP access for RTP/AVP
parent
421bedb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/udp.c
View file @
f10ba0d3
...
...
@@ -89,9 +89,6 @@ vlc_module_begin();
add_shortcut
(
"udpstream"
);
add_shortcut
(
"udp4"
);
add_shortcut
(
"udp6"
);
add_shortcut
(
"rtp"
);
add_shortcut
(
"rtp4"
);
add_shortcut
(
"rtp6"
);
add_shortcut
(
"udplite"
);
add_shortcut
(
"rtptcp"
);
/* tcp name is already taken */
add_shortcut
(
"dccp"
);
...
...
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