summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-26 10:55:42 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-26 10:55:42 +0000
commit2535356897ab5675c95edb372fe69703d9a286e0 (patch)
treee0c2b7528a05611b60e182505daeb8fe6263e70c /DOCS
parent897390ed1e3409ce206b1a196bfd6f733dc15956 (diff)
downloadmpv-2535356897ab5675c95edb372fe69703d9a286e0.tar.bz2
mpv-2535356897ab5675c95edb372fe69703d9a286e0.tar.xz
ao_jack (no)estimate and vo_gl rectangle default value documented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16106 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.15
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 29224722ce..91bc4b5cea 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -1893,6 +1893,9 @@ audio output through JACK (Jack Audio Connection Kit)
.RSs
.IPs port=<name>
Connects to the ports with the given name (default: physical ports).
+.IPs (no)estimate
+Estimate the audio delay, supposed to make the video playback smoother
+(default: enabled).
.RE
.PD 1
.
@@ -2687,7 +2690,7 @@ Disabling might increase speed.
.IPs rectangle=<0,1,2>
Select usage of rectangular textures (saves video RAM, but often slower).
.RSss
-0: Use power-of-two textures.
+0: Use power-of-two textures (default).
.br
1: Use texture_rectangle.
.br