summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-02-08 00:35:51 +0100
committerUoti Urpala <uau@mplayer2.org>2011-04-20 04:22:52 +0300
commit4587f030ccded80f3ddb21dab2bca36af42fe497 (patch)
tree80f2750f15e69b8db0d561626ef5a920747648c0 /cfg-mplayer.h
parent59fff90d94e01ae7cf5c3ff3a274020f4d4b2785 (diff)
downloadmpv-4587f030ccded80f3ddb21dab2bca36af42fe497.tar.bz2
mpv-4587f030ccded80f3ddb21dab2bca36af42fe497.tar.xz
options: move sub_name, sub_auto and vobsub_name to struct
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index e2a52ee637..885f4a4609 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -235,7 +235,7 @@ const m_option_t mplayer_opts[]={
{"menu", "OSD menu support was not compiled in.\n", CONF_TYPE_PRINT,0, 0, 0, NULL},
#endif /* CONFIG_MENU */
- {"vobsub", &vobsub_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
+ OPT_STRING("vobsub", vobsub_name, 0),
{"vobsubid", &vobsub_id, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL},
#ifdef CONFIG_UNRAR_EXEC
{"unrarexec", &unrar_executable, CONF_TYPE_STRING, 0, 0, 0, NULL},