diff cfg-mencoder.h @ 4620:9ad42931f595

initial seeking (-ss) support in mencoder make mplayer's default video encoder fallback to libavcodec or raw if divx4 isn't supported
author rfelker
date Sun, 10 Feb 2002 00:07:34 +0000
parents 0245a06f9efd
children f99487594e08
line wrap: on
line diff
--- a/cfg-mencoder.h	Sat Feb 09 23:43:48 2002 +0000
+++ b/cfg-mencoder.h	Sun Feb 10 00:07:34 2002 +0000
@@ -96,6 +96,8 @@
 	/* name, pointer, type, flags, min, max */
 	{"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL}, /* this must be the first!!! */
 
+//	{"sb", &seek_to_byte, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
+	{"ss", &seek_to_sec, CONF_TYPE_STRING, CONF_MIN, 0, 0, NULL},
 	{"endpos", parse_end_at, CONF_TYPE_FUNC_PARAM, 0, 0, 0, NULL},
 	
 	{"ofps", &force_ofps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL},