Commit 6e470b51 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Bluray: menus are now ON by default

parent 7f17f128
...@@ -89,7 +89,7 @@ vlc_module_begin () ...@@ -89,7 +89,7 @@ vlc_module_begin ()
set_category(CAT_INPUT) set_category(CAT_INPUT)
set_subcategory(SUBCAT_INPUT_ACCESS) set_subcategory(SUBCAT_INPUT_ACCESS)
set_capability("access_demux", 200) set_capability("access_demux", 200)
add_bool("bluray-menu", false, BD_MENU_TEXT, BD_MENU_LONGTEXT, false) add_bool("bluray-menu", true, BD_MENU_TEXT, BD_MENU_LONGTEXT, false)
add_string("bluray-region", ppsz_region_code[REGION_DEFAULT], BD_REGION_TEXT, BD_REGION_LONGTEXT, false) add_string("bluray-region", ppsz_region_code[REGION_DEFAULT], BD_REGION_TEXT, BD_REGION_LONGTEXT, false)
change_string_list(ppsz_region_code, ppsz_region_code_text) change_string_list(ppsz_region_code, ppsz_region_code_text)
......
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