diff cfg-mplayer.h @ 2436:18c12656c816

-sstep patch by Aleksander V. Dyomin <fly@shax.ru>
author arpi
date Tue, 23 Oct 2001 20:15:00 +0000
parents 125ece057b0e
children 6fe4d4a5a0ff
line wrap: on
line diff
--- a/cfg-mplayer.h	Tue Oct 23 18:32:55 2001 +0000
+++ b/cfg-mplayer.h	Tue Oct 23 20:15:00 2001 +0000
@@ -153,6 +153,7 @@
 	{"nobg", &play_in_bg, CONF_TYPE_FLAG, 0, 1, 0},
 	{"sb", &seek_to_byte, CONF_TYPE_INT, CONF_MIN, 0, 0},
 	{"ss", &seek_to_sec, CONF_TYPE_STRING, CONF_MIN, 0, 0},
+	{"sstep", &step_sec, CONF_TYPE_INT, CONF_MIN, 0, 0},
 	{"loop", &loop_times, CONF_TYPE_INT, CONF_RANGE, -1, 10000},
 	{"sound", &has_audio, CONF_TYPE_FLAG, 0, 0, 1},
 	{"nosound", &has_audio, CONF_TYPE_FLAG, 0, 1, 0},