summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-15 00:36:21 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-15 00:36:21 +0000
commit3370d0d264abd74d3ac0e5a273f402eed5e203d4 (patch)
treee7cbf5a1aa65c86ddc72d4b56145af79c198da39 /cfg-common.h
parentb4c20d5607cb8aca4f4f8ef41b776578fefa1794 (diff)
downloadmpv-3370d0d264abd74d3ac0e5a273f402eed5e203d4.tar.bz2
mpv-3370d0d264abd74d3ac0e5a273f402eed5e203d4.tar.xz
-sb option re-added (noticed by Alexandre Oliva <oliva@lsd.ic.unicamp.br>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5627 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index d1670bf742..6b7a48965c 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -38,6 +38,9 @@
{"csslib", "MPlayer was compiled WITHOUT libcss support!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
#endif
+ {"sb", &seek_to_byte, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
+ {"ss", &seek_to_sec, CONF_TYPE_STRING, CONF_MIN, 0, 0, NULL},
+
// ------------------------- demuxer options --------------------
{"bps", &pts_from_bps, CONF_TYPE_FLAG, 0, 0, 1, NULL},