--- cfg-common.h Thu Oct 16 11:44:34 2003 +++ cfg-common_kkar.h Mon Oct 20 15:25:58 2003 @@ -65,6 +65,9 @@ // seek to byte/seconds position {"sb", &seek_to_byte, CONF_TYPE_POSITION, 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}, // kkar added this here and removed from + // cfg-mencoder.h since this will be + // now common functionality // AVI specific: force non-interleaved mode {"ni", &force_ni, CONF_TYPE_FLAG, 0, 0, 1, NULL},