On Sun, 18 May 2008 14:18:46 +0800 Chaoji Li <lichaoji at gmail.com> wrote: > int run_command(MPContext * mpctx, mp_cmd_t * cmd) > { > + static double mark_pos = -1; It would perhaps be better to put that in mpctx and reset it when a new file is started. Albeu