[MPlayer-users] bug report : audio plugin parsing
j.a.l
j.a.l at free.fr
Wed Aug 14 23:04:02 CEST 2002
seem not yet reported.
There's a bug with audio pluging parsing ( 0.9pre6, cvc 08/14 ) :
First, what's work, for exemple :
-aop list=extrastereo:mul=3.0 --> OK
-aop list=volume:volume=80 --> OK
-aop list=extrastereo,volume --> OK
Now both with values...
-aop list=extrastereo:mul=3.0,volume:volume=80
parameter must be a floating point number or a ratio
numerator[:/]denominator): 4.0,volume
Subconfig parsing returned error: -2 in token: mul=4.0,volume
Error: option 'aop' need a parameter
command line: -aop
of course, space break the plug list ( what's suppose to do )
swaping option send same report,
same with all plugins
I had a look into cfgparser.c and ao_plugin.c and, well, you haven't
chosen the simpler way !! whatever, i could look at that if nobody of
the team is available...
More information about the MPlayer-users
mailing list