diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-17 15:35:47 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-17 15:35:47 +0000 |
commit | fb24ae75f50b42b2bf394cf0ffbdaf199dc513b1 (patch) | |
tree | 546e016a8b07fe0ee352133d66fc691d64daca54 /DOCS | |
parent | bc24d6794a80bee313a951ee7418fcaaed5c9a29 (diff) |
Quit now sends an optional return value, based on patch sent by Aurelien
Jacobs <aurel at gnuage dot org>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13367 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/tech/slave.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt index a6507cdeca..b850b850c0 100644 --- a/DOCS/tech/slave.txt +++ b/DOCS/tech/slave.txt @@ -21,8 +21,9 @@ edl_mark audio_delay <value> Adjust the audio delay by <value> seconds. -quit - Quit MPlayer. +quit [<value>] + Quit MPlayer. The optional integer value is used as the return code + for the mplayer process (default: 0). pause Pause/unpause the playback. |