summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-06 14:45:32 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-06 14:45:32 +0000
commit4f57b3d61960b0d0f4675b643f4ab02543a8505e (patch)
tree73f874d3b76020ece4e58e4641666dd8ccdd6e41 /cfg-common.h
parent4cc984016a95803df1804e2945d777f2bdfe1644 (diff)
downloadmpv-4f57b3d61960b0d0f4675b643f4ab02543a8505e.tar.bz2
mpv-4f57b3d61960b0d0f4675b643f4ab02543a8505e.tar.xz
(experimental, for testing/debugging) -novideo option added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9842 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 49b364dff3..d21ddcde0b 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -78,6 +78,7 @@
{"aid", &audio_id, CONF_TYPE_INT, CONF_RANGE, 0, 8192, NULL},
{"vid", &video_id, CONF_TYPE_INT, CONF_RANGE, 0, 8192, NULL},
{"sid", &dvdsub_id, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL},
+ {"novideo", &video_id, CONF_TYPE_FLAG, 0, -1, -2, NULL},
{ "hr-mp3-seek", &hr_mp3_seek, CONF_TYPE_FLAG, 0, 0, 1, NULL },
{ "nohr-mp3-seek", &hr_mp3_seek, CONF_TYPE_FLAG, 0, 1, 0, NULL},