[vorbis-dev] window.h

John Edwards john.edwards33 at ntlworld.com
Sun Sep 7 05:18:12 PDT 2003



Hi,

I believe that line 22 in window.h (vorbis\lib current CVS) that currently
reads:
extern void _vorbis_apply_window(float *d,float *window[2],long *blocksizes,
should read:
extern void _vorbis_apply_window(float *d,int *window[2],long *blocksizes,
ie., 'window' should be int * and not float *.

<p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis-dev mailing list