summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.17
-rw-r--r--DOCS/tech/libvo.txt2
-rw-r--r--DOCS/tech/slave.txt3
3 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index a81e09fadd..8933da89c3 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -2085,6 +2085,13 @@ Override the autodetected color depth.
Only supported by the fbdev, dga, svga, vesa video output drivers.
.
.TP
+.B \-border
+Play movie with window border and decorations.
+Since this is on by default, use \-noborder to disable the standard window
+decorations.
+Supported by directx video output driver.
+.
+.TP
.B \-brightness <-100\-100>
Adjust the brightness of the video signal (default: 0).
Not supported by all video output drivers.
diff --git a/DOCS/tech/libvo.txt b/DOCS/tech/libvo.txt
index 6e50974ed8..6b66897fb2 100644
--- a/DOCS/tech/libvo.txt
+++ b/DOCS/tech/libvo.txt
@@ -63,6 +63,8 @@ Each vo driver _has_ to implement these:
Makes the player window stay-on-top. Only supported (currently)
by drivers which use X11, except SDL, as well as directx and
gl2 under Windows.
+ VOCTRL_BORDER
+ Makes the player window borderless. Only supported by directx.
config():
Set up the video system. You get the dimensions and flags.
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index a6e2cdacca..2c0bba90b8 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -270,6 +270,9 @@ vo_ontop
vo_rootwin
Toggle playback on the root window.
+vo_border
+ Toggle borderless display.
+
volume <value>
Increase/decrease volume.