diff DOCS/man/en/mplayer.1 @ 18622:dd9a6e8005f3

Add bicubic texture scaling
author reimar
date Wed, 07 Jun 2006 14:07:32 +0000
parents 1c2f694d5232
children 2e2b8f34a69e
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Wed Jun 07 13:39:06 2006 +0000
+++ b/DOCS/man/en/mplayer.1	Wed Jun 07 14:07:32 2006 +0000
@@ -3077,6 +3077,16 @@
 Provides saturation and hue control.
 This method is fast but inexact.
 .RE
+.IPs [l|c]scaler=<n>
+Select the scaling function to use (seperately for luma and chroma).
+Only valid for yuv modes 2, 3 and 4.
+.RSss
+0: Use simple linear filtering (default)
+.br
+1: Use bicubic filtering (better quality).
+Older cards will not be able to handle this for chroma at least in fullscreen mode.
+Also needs one additional texture unit.
+.RE
 .IPs customprog=<filename>
 Load a custom fragment program from <filename>.
 See TOOLS/edgedect.fp for an example.