diff DOCS/mplayer.1 @ 3721:66da035c4ee2

some quick updates for the prerelease
author gabucino
date Mon, 24 Dec 2001 23:00:07 +0000
parents 66e418645b67
children 68dae60dd470
line wrap: on
line diff
--- a/DOCS/mplayer.1	Mon Dec 24 21:28:30 2001 +0000
+++ b/DOCS/mplayer.1	Mon Dec 24 23:00:07 2001 +0000
@@ -26,6 +26,7 @@
 .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 @@
 .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