[vlc-devel] commit: Do not use the old UDP access for RTP/AVP ( Rémi Denis-Courmont )
    git version control 
    git at videolan.org
       
    Wed Jun  4 21:14:22 CEST 2008
    
    
  
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Jun  4 22:16:04 2008 +0300| [f10ba0d30508dc9e66f9853f79b5b7e1d8505aa4]
Do not use the old UDP access for RTP/AVP
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f10ba0d30508dc9e66f9853f79b5b7e1d8505aa4
---
 modules/access/udp.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/modules/access/udp.c b/modules/access/udp.c
index 394fa94..af3fb57 100644
--- a/modules/access/udp.c
+++ b/modules/access/udp.c
@@ -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" );
    
    
More information about the vlc-devel
mailing list