]> git.sesse.net Git - vlc/blobdiff - modules/access/udp.c
access: Rename access2 to access as access is no longer existing.
[vlc] / modules / access / udp.c
index de7466dbf2846bd5ae48d714e73fc7b03c5ed46c..c8a93f899c634134065e074df4ac1ed295b6f6da 100644 (file)
@@ -83,7 +83,7 @@ vlc_module_begin();
     add_integer( "rtp-late", 100, NULL, RTP_LATE_TEXT, RTP_LATE_LONGTEXT, true );
     add_obsolete_bool( "udp-auto-mtu" );
 
-    set_capability( "access2", 0 );
+    set_capability( "access", 0 );
     add_shortcut( "udp" );
     add_shortcut( "udpstream" );
     add_shortcut( "udp4" );