summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-03-03 11:31:12 +0100
committerUoti Urpala <uau@mplayer2.org>2011-04-20 04:22:52 +0300
commit1c6995d76cfb26a1a87dd4d23a6260e9cf7ecb62 (patch)
tree246bccc917c11127bfb090cc509e6e0ea7e06f4c /cfg-common.h
parent2db33ab48cfa7858dacd2872b7e6b6b0c67b7214 (diff)
downloadmpv-1c6995d76cfb26a1a87dd4d23a6260e9cf7ecb62.tar.bz2
mpv-1c6995d76cfb26a1a87dd4d23a6260e9cf7ecb62.tar.xz
subs: options: add -sub-paths
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 b2df2ade0d..ad3a775b2c 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -629,6 +629,7 @@ const m_option_t common_opts[] = {
// ------------------------- subtitles options --------------------
OPT_STRINGLIST("sub", sub_name, 0),
+ OPT_PATHLIST("sub-paths", sub_paths, 0),
#ifdef CONFIG_FRIBIDI
{"fribidi-charset", &fribidi_charset, CONF_TYPE_STRING, 0, 0, 0, NULL},
{"flip-hebrew", &flip_hebrew, CONF_TYPE_FLAG, 0, 0, 1, NULL},