summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-08 20:41:20 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-08 20:41:20 +0000
commit819515d6fbe7c7869600f8d9782fc66799c282d7 (patch)
tree8319999b3f83570541209abc732b7cbba4aa633e /cfg-common.h
parenta3eaf74b6f7f0bf6d505c483f16b9c3fbe8f13b4 (diff)
downloadmpv-819515d6fbe7c7869600f8d9782fc66799c282d7.tar.bz2
mpv-819515d6fbe7c7869600f8d9782fc66799c282d7.tar.xz
turn most of the subtitle matching fuzziness off by default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9885 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 8d87504c1e..78e9a9c0dc 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -212,6 +212,7 @@
{"sub-bg-color", &sub_bg_color, CONF_TYPE_INT, CONF_RANGE, 0, 255, NULL},
{"sub-bg-alpha", &sub_bg_alpha, CONF_TYPE_INT, CONF_RANGE, 0, 255, NULL},
{"sub-no-text-pp", &sub_no_text_pp, CONF_TYPE_FLAG, 0, 0, 1, NULL},
+ {"subfuzzy", &subfuzzy_enabled, CONF_TYPE_FLAG, 0, 0, 1, NULL},
#endif
#ifdef USE_OSD
{"font", &font_name, CONF_TYPE_STRING, 0, 0, 0, NULL},