Cyberia
31st December 2004, 17:56
I just found a bug last night.
The cpu2 parameter for the BlindPP function of DGDecode is CASE-SENSITIVE. The line:BlindPP(Quant=4, cpu2="XXXXXX")Should produce identical output as:BlindPP(Quant=4, cpu2="xxxxxx")
But they don't. Only lower-case works.
The MPEG2SOURCE function had the same problem and Don made the parameters case-insensitive. Maybe someone here could do the same for BlindPP?
The cpu2 parameter for the BlindPP function of DGDecode is CASE-SENSITIVE. The line:BlindPP(Quant=4, cpu2="XXXXXX")Should produce identical output as:BlindPP(Quant=4, cpu2="xxxxxx")
But they don't. Only lower-case works.
The MPEG2SOURCE function had the same problem and Don made the parameters case-insensitive. Maybe someone here could do the same for BlindPP?