Index: DOCS/man/en/mplayer.1 =================================================================== --- DOCS/man/en/mplayer.1 (revision 31528) +++ DOCS/man/en/mplayer.1 (working copy) @@ -1460,6 +1460,18 @@ on how to use this. . .TP +.B \-edl\-backward\-extra\-sec +When using EDL during playback and jumping backwards it is possible to +end up in the middle of an EDL record, in this case mplayer will jump out of +the record in the same directon, to the start position of this EDL record. +This parameter adds number of seconds to add to this seek so jumping out of +the record will result in position a little before the start position and +will give some time to a user to press another button for going farther or +to pause. Without this extra seconds the continued after the seek playback +would enter the same EDL record again and jump to the end immediately. +Default is 2 seconds. +. +.TP .B \-endpos <[[hh:]mm:]ss[.ms]|size[b|kb|mb]> (also see \-ss and \-sb) Stop at given time or byte position. .br Index: cfg-mplayer.h =================================================================== --- cfg-mplayer.h (revision 31528) +++ cfg-mplayer.h (working copy) @@ -102,6 +102,7 @@ {"noalsa", "-noalsa has been removed. Remove it from your config file.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, {"edlout", &edl_output_filename, CONF_TYPE_STRING, 0, 0, 0, NULL}, + {"edl-backward-extra-sec", &edl_backward_extra_sec, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL}, #ifdef CONFIG_X11 {"display", &mDisplayName, CONF_TYPE_STRING, 0, 0, 0, NULL},