From 3370d0d264abd74d3ac0e5a273f402eed5e203d4 Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 15 Apr 2002 00:36:21 +0000 Subject: -sb option re-added (noticed by Alexandre Oliva ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5627 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 341a7dfed6..4f519811c2 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -189,8 +189,6 @@ static config_t mplayer_opts[]={ #endif // {"bg", &play_in_bg, CONF_TYPE_FLAG, 0, 0, 1, NULL}, // {"nobg", &play_in_bg, CONF_TYPE_FLAG, 0, 1, 0, NULL}, - {"sb", &seek_to_byte, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL}, - {"ss", &seek_to_sec, CONF_TYPE_STRING, CONF_MIN, 0, 0, NULL}, {"sstep", &step_sec, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL}, {"noloop", &loop_times, CONF_TYPE_FLAG, 0, 0, -1, NULL}, {"loop", &loop_times, CONF_TYPE_INT, CONF_RANGE, -1, 10000, NULL}, -- cgit v1.2.3