Skip to content
Snippets Groups Projects
Commit 5a772cbf authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

AA: drop priority to zero

This plugin can cause VLC to crash or exit prematurely. Sicne it is
mostly useless and mostly superseded by the coloured variant,
lets disable it unless explicitly selected.

This should fix LP#971106.
parent 3cbd20b6
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ vlc_module_begin()
set_category(CAT_VIDEO)
set_subcategory(SUBCAT_VIDEO_VOUT)
set_description(N_("ASCII-art video output"))
set_capability("vout display", 10)
set_capability("vout display", /*10*/0)
add_shortcut("aalib")
set_callbacks(Open, Close)
vlc_module_end()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment