[xiph-cvs] cvs commit: vorbis/lib window.h

Ralph Giles giles at xiph.org
Fri Sep 5 15:17:41 PDT 2003



giles       03/09/05 18:17:41

  Modified:    lib      window.h
  Log:
  Propagate a changed function prototype.

Revision  Changes    Path
1.14      +3 -3      vorbis/lib/window.h

Index: window.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/window.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- window.h	18 Aug 2003 05:34:01 -0000	1.13
+++ window.h	5 Sep 2003 22:17:41 -0000	1.14
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: window functions
- last mod: $Id: window.h,v 1.13 2003/08/18 05:34:01 xiphmont Exp $
+ last mod: $Id: window.h,v 1.14 2003/09/05 22:17:41 giles Exp $
 
  ********************************************************************/
 
@@ -19,8 +19,8 @@
 #define _V_WINDOW_
 
 extern float *_vorbis_window_get(int n);
-extern void _vorbis_apply_window(float *d,float *window[2],long *blocksizes,
-				 int lW,int W,int nW);
+extern void _vorbis_apply_window(float *d,int *winno,long *blocksizes,
+                          int lW,int W,int nW);
 
 
 #endif

<p><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 'cvs-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 commits mailing list