[Bug 481597] [NEW] man page error - saturation is -10 through 10, not -100 through 100
Chris Moore
dooglus at gmail.com
Thu Nov 12 22:12:48 UTC 2009
Public bug reported:
Binary package hint: mplayer
The man page says:
hue[=hue:saturation]
Software equalizer with interactive controls just like
the hardware equalizer, for cards/:drivers that do not
support hue and saturation controls in hardware.
<-180-180>
initial hue (default: 0.0)
<-100-100>
initial saturation, where negative values
result in a negative chroma (default: 1.0)
but the range for saturation is -10 through 10, not -100 through 100.
Here's a patch to fix it:
--- mplayer.1.orig 2009-11-12 22:12:20.565291359 +0000
+++ mplayer.1 2009-11-12 22:12:02.129289857 +0000
@@ -6359,7 +6359,7 @@
.RSs
.IPs <\-180\-180>
initial hue (default: 0.0)
-.IPs <\-100\-100>
+.IPs <\-10\-10>
initial saturation, where negative values result
in a negative chroma (default: 1.0)
.RE
** Affects: mplayer (Ubuntu)
Importance: Undecided
Status: New
--
man page error - saturation is -10 through 10, not -100 through 100
https://bugs.launchpad.net/bugs/481597
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list