search for: tbm_getpos

Displaying 1 result from an estimated 1 matches for "tbm_getpos".

2002 Jul 15
2
oggdrop with quality < 0
...(LPARAM) MAKELONG(0, 100)); --- > (LPARAM) MAKELONG(0, 110)); 469c470 < (LPARAM) read_setting("quality", VORBIS_DEFAULT_QUALITY)); --- > (LPARAM) (read_setting("quality", VORBIS_DEFAULT_QUALITY))+10); 523c524 < TBM_GETPOS, (WPARAM)0, (LPARAM)0 ); --- > TBM_GETPOS, (WPARAM)0, (LPARAM)0 )-10; 672a674,678 > //quality range from lookup first value map to -.1, 0, .1, .2, etc.. > static float rate_mapping[12]={ > 22500.,32000.,40000.,48000.,56000.,64000., > 80000.,96000.,112000.,...