]> git.sesse.net Git - vlc/commitdiff
Decreased snapshot vout module priority to 0.
authorLaurent Aimar <fenrir@videolan.org>
Fri, 4 Sep 2009 18:26:06 +0000 (20:26 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 5 Sep 2009 10:05:54 +0000 (12:05 +0200)
You don't want it to be selected automatically.

modules/video_output/snapshot.c

index 411f1e56150ea038d79d906bc23c71ea39c16b2f..7acade92da76e762117312ad92120bafe983773d 100644 (file)
@@ -82,7 +82,7 @@ vlc_module_begin ()
 
     set_category( CAT_VIDEO )
     set_subcategory( SUBCAT_VIDEO_VOUT )
-    set_capability( "video output", 1 )
+    set_capability( "video output", 0 )
 
     add_integer( "vout-snapshot-width", 320, NULL, WIDTH_TEXT, WIDTH_LONGTEXT, false )
     add_integer( "vout-snapshot-height", 200, NULL, HEIGHT_TEXT, HEIGHT_LONGTEXT, false )