Commit c2e65179 authored by Laurent Aimar's avatar Laurent Aimar

Decreased snapshot vout module priority to 0.

You don't want it to be selected automatically.
parent edc909b1
......@@ -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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment