[MPlayer-DOCS] r36212 - in trunk: DOCS/man/en/mplayer.1 cfg-mplayer.h input/input.c input/input.h

cigaes subversion at mplayerhq.hu
Fri May 3 20:52:54 CEST 2013


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:


More information about the MPlayer-DOCS mailing list