[MPlayer-dev-eng] [PATCH] More accurate af_volume

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Feb 21 15:50:58 CET 2005


Hi,
On Mon, Feb 21, 2005 at 07:36:09AM -0600, Zoltan Hidvegi wrote:
> Diego Biurrun wrote:
> > documented, but unfortunately the XML and the man page contradict each
> > other :-(
> > 
> > I'd appreciate if someone could tell me which of the two is correct,
> > I'm not able to figure out where libaf parses the -af-adv option..

It is not really "parsed" anywhere btw..., just thinks like "if
(..->flags & AF_INIT_TYPE_MASK == AF_INIT_FAST)"

> 
> The XML is correct.  You can grep for AF_INIT_FLOAT or
> AF_INIT_FORMAT_MASK to see where it is used.  Only af_resample and
> af_volume is using it.

And if you look a few lines above (af.h, line 72) you will see that
AF_INIT_FAST is 2, so the manpage is correct for the values 1 and 2 (and
for 4 it can't be wrong because that isn't even mentioned there *g*).

Greetings,
Reimar Döffinger




More information about the MPlayer-dev-eng mailing list