Displaying 1 result from an estimated 1 matches for "basekey".
2002 Jul 15
2
oggdrop with quality < 0
...(quality < 0)
< quality = 1;
---
> if (quality < -10)
> quality = -10;
Index: main.c
===================================================================
RCS file: /usr/local/cvsroot/win32-tools/oggdrop/main.c,v
retrieving revision 1.14
diff -r1.14 main.c
14c14
< #define BASEKEY "Software\\Xiphophorus\\Oggdrop"
---
> #define BASEKEY "Software\\Xiph.Org\\Oggdrop"
187c187,188
<
---
> nominalBitrate = qc2approxBitrate(qcValue);
>
458c459
< (LPARAM) MAKELONG(0, 100)); // min. & max. positions
---
> (LPARAM) MAKELONG...