]> git.sesse.net Git - vlc/blobdiff - modules/access_output/shout.c
Auto-probe does not make much sense for network access outputs
[vlc] / modules / access_output / shout.c
index f2e2e67c7f1bfb885ebc7d976ccd0f16e3d21c90..12a13d210608c41f5620254f0e2858e42e0e6f47 100644 (file)
@@ -109,7 +109,7 @@ static void Close( vlc_object_t * );
 vlc_module_begin ()
     set_description( N_("IceCAST output") )
     set_shortname( "Shoutcast" )
-    set_capability( "sout access", 50 )
+    set_capability( "sout access", 0 )
     set_category( CAT_SOUT )
     set_subcategory( SUBCAT_SOUT_ACO )
     add_shortcut( "shout" )