options: enable OSC by default

Can can disable it with --osc=no.
This commit is contained in:
wm4 2013-10-14 21:09:54 +02:00
parent 24fffa0f6b
commit 8c234045fa
1 changed files with 1 additions and 0 deletions

View File

@ -802,6 +802,7 @@ const struct MPOpts mp_default_opts = {
.osd_bar_w = 75.0,
.osd_bar_h = 3.125,
.osd_scale = 1,
.lua_load_osc = 1,
.loop_times = -1,
.ordered_chapters = 1,
.chapter_merge_threshold = 100,