[MPlayer-DOCS] r18577 - trunk/DOCS/man/en/mplayer.1
reimar
subversion at mplayerhq.hu
Mon Jun 5 13:20:32 CEST 2006
Author: reimar
Date: Mon Jun 5 13:20:31 2006
New Revision: 18577
Modified:
trunk/DOCS/man/en/mplayer.1
Log:
mention when vo_gl yuv conversion methods are inexact
Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1 (original)
+++ trunk/DOCS/man/en/mplayer.1 Mon Jun 5 13:20:31 2006
@@ -3053,6 +3053,7 @@
This uses an nVidia-specific extension (GL_NV_register_combiners).
At least three texture units are needed.
Provides saturation and hue control.
+This method is fast but inexact.
.br
2: Use a fragment program.
Needs the GL_ARB_fragment_program extension and at least three texture units.
@@ -3074,6 +3075,7 @@
GL_ARB_fragment_shader!).
At least three texture units are needed.
Provides saturation and hue control.
+This method is fast but inexact.
.RE
.IPs customprog=<filename>
Load a custom fragment program from <filename>.
More information about the MPlayer-DOCS
mailing list