Displaying 1 result from an estimated 1 matches for "vq_fman".
Did you mean:
volfman
2001 Jan 13
4
Oggenc bug & other
...quot;httpstream.h" is
missing... (and maybe other files too)
Is that file part of MSVC or something other? Because I didn't find it
on my MSVC CD either...
4. a small modification in sharedbook.c:
float _float32_unpack(long val){
long exp =(val&0x7fe00000)>>VQ_FMAN; // this have to be long, not
float (or not?)
float mant=(float)(val&0x1fffff);
if(val&0x80000000) // sign
mant= -mant;
return((float)ldexp(mant,exp-(VQ_FMAN-1)-VQ_FEXP_BIAS));
}
that's all
regards
Attila Padar
--- >8 ----
List archives: http://www.xiph.o...