]> git.sesse.net Git - vlc/blobdiff - modules/access/ftp.c
access: Rename access2 to access as access is no longer existing.
[vlc] / modules / access / ftp.c
index 2cc686967a3351c2ba58e8f0e23722f266227e40..3aca2f6050521559349cea059b55492325c3ced7 100644 (file)
@@ -70,7 +70,7 @@ static void OutClose( vlc_object_t * );
 vlc_module_begin();
     set_shortname( "FTP" );
     set_description( _("FTP input") );
-    set_capability( "access2", 0 );
+    set_capability( "access", 0 );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_ACCESS );
     add_integer( "ftp-caching", 2 * DEFAULT_PTS_DELAY / 1000, NULL,