summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-28 16:55:40 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-28 16:55:40 +0000
commite70976de894fdab431675b1087292d6f3f253d2d (patch)
tree7e47a315671b89f7b5ba5d3320b6b67dc6b17bfe /cfg-common.h
parente9d168f902c275e14ad5b35c636c629693497281 (diff)
downloadmpv-e70976de894fdab431675b1087292d6f3f253d2d.tar.bz2
mpv-e70976de894fdab431675b1087292d6f3f253d2d.tar.xz
64-bit -sb offsets patch by Andy Goth <unununium@openverse.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7115 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 0d8439dd98..c0ef24b39f 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -54,7 +54,7 @@
{"frames", &play_n_frames_mf, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
// seek to byte/seconds position
- {"sb", &seek_to_byte, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
+ {"sb", &seek_to_byte, CONF_TYPE_POSITION, CONF_MIN, 0, 0, NULL},
{"ss", &seek_to_sec, CONF_TYPE_STRING, CONF_MIN, 0, 0, NULL},
// AVI specific: force non-interleaved mode