summaryrefslogtreecommitdiffstats
path: root/DOCS/mplayer.1
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/mplayer.1')
-rw-r--r--DOCS/mplayer.110
1 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index cd43193e1f..93d455c2d0 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -26,6 +26,7 @@ mplayer \- Movie Player for Linux
.RB [ \-zoom ]
.RB [ \-x\ x ]
.RB [ \-y\ y ]
+.RB [ \-sws\ software\ scaler\ type ]
.RB [ \-xy\ factor ]
.RB [ \-pp\ quality ]
.RB [ \-include\ configfile ]
@@ -173,6 +174,15 @@ scale image to x width [if driver suppports!]
.B \-y\ y
scale image to y height
.TP
+.B \-sws\ software\ scaler\ type
+this option sets the quality (and speed, respectively) of the software scaler,
+with the -zoom option. For example with x11 or other outputs which lack
+hardware acceleration. Possible settings are :
+
+ 0 - fast bilinear (default)
+ 1 - bilinear
+ 2 - bicubic (best quality)
+.TP
.B \-xy\ factor
scale image by <factor>
.TP