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
feb09800
Commit
feb09800
authored
Dec 30, 2002
by
Christophe Massiot
Browse files
Added RTP shortcuts to udp.c for backwards compatibility.
parent
34b7837a
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/udp.c
View file @
feb09800
...
...
@@ -2,7 +2,7 @@
* udp.c: raw UDP & RTP access plug-in
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* $Id: udp.c,v 1.
8
2002/12/30
08:56:19
massiot Exp $
* $Id: udp.c,v 1.
9
2002/12/30
11:49:32
massiot Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
* Tristan Leteurtre <tooney@via.ecp.fr>
...
...
@@ -81,6 +81,9 @@ vlc_module_begin();
add_shortcut
(
"udpstream"
);
add_shortcut
(
"udp4"
);
add_shortcut
(
"udp6"
);
add_shortcut
(
"rtp"
);
add_shortcut
(
"rtp4"
);
add_shortcut
(
"rtp6"
);
set_callbacks
(
Open
,
Close
);
vlc_module_end
();
...
...
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