(experimental, for testing/debugging) -novideo option added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9842 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-04-06 14:45:32 +00:00
parent 4cc984016a
commit 4f57b3d619
1 changed files with 1 additions and 0 deletions

View File

@ -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},