Author: cigaes Date: Fri May 3 20:52:54 2013 New Revision: 36212 Log: input: add an option to set the default pausing mode.
Modified: trunk/DOCS/man/en/mplayer.1 Changes in other areas also in this revision: Modified: trunk/cfg-mplayer.h trunk/input/input.c trunk/input/input.h Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 Fri May 3 15:20:27 2013 (r36211) +++ trunk/DOCS/man/en/mplayer.1 Fri May 3 20:52:54 2013 (r36212) @@ -1246,6 +1246,26 @@ Useless with modern Linux kernels config wake up the process with similar accuracy when using normal timed sleep. . .TP +.B \-pausing <0\-3> (MPlayer only) +Specifies the default pausing behaviour of commands, i.e. whether MPlayer +will continue playback or stay paused after the command has finished. +See DOCS/tech/slave.txt for further details. +.PD 0 +.RSs +.IPs 0 +resume +.IPs 1 +pause (pausing) +.IPs 2 +keep the paused / playing status (pausing_keep) +.IPs 3 +toggle the paused / playing status (pausing_toggle) +.IPs 4 +pause without frame step (experimental) (pausing_keep_force) +.RE +.PD 1 +. +.TP .B \-playing\-msg <string> Print out a string before starting playback. The following expansions are supported: _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
