Commit 11d20437 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Select --vout value from vout display list rather than video output

This fixes the plugin names in the user interface. On the other hand,
legacy video output plugins cannot be selected explicitly anymore
(though they still take part in automatic probing).
parent 72aa0693
......@@ -1741,7 +1741,7 @@ vlc_module_begin ()
change_safe()
set_subcategory( SUBCAT_VIDEO_VOUT )
add_module( "vout", "video output", NULL, NULL, VOUT_TEXT, VOUT_LONGTEXT,
add_module( "vout", "vout display", NULL, NULL, VOUT_TEXT, VOUT_LONGTEXT,
true )
change_short('V')
......
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