man page error - saturation is -10 through 10, not -100 through 100

Bug #481597 reported by Chris Moore
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
mplayer (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

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

Tags: manpage
tags: added: manpage
Revision history for this message
Dave Gilbert (ubuntu-treblig) wrote :

confirmed on quantal on 2:1.0~rc4.dfsg1+

e.g. mplayer -vf hue=10:-20 SAM_0674.MP4 gives

The saturation option must be >= -10.000000: -20

and the man page still 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)

Changed in mplayer (Ubuntu):
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package mplayer - 2:1.5+svn38542-1

---------------
mplayer (2:1.5+svn38542-1) unstable; urgency=medium

  * New upstream version 1.5+svn38542
     - fix FTBFS with ffmpeg7
     - d/rules: drop xvmc config flag, removed upstream
     - quilt: import upstream patch for jack ao
     (Closes: #1069595, #418855, #576591, LP: #481597)

 -- Lorenzo Puliti <email address hidden> Mon, 03 Jun 2024 23:30:23 +0200

Changed in mplayer (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.