[xiph-commits] r9251 - trunk/speex/src

jm at motherfish-iii.xiph.org jm at motherfish-iii.xiph.org
Mon May 9 21:59:00 PDT 2005


Author: jm
Date: 2005-05-09 21:58:59 -0700 (Mon, 09 May 2005)
New Revision: 9251

Modified:
   trunk/speex/src/speexdec.c
   trunk/speex/src/wav_io.h
Log:
include prototype for le_int


Modified: trunk/speex/src/speexdec.c
===================================================================
--- trunk/speex/src/speexdec.c	2005-05-10 04:12:42 UTC (rev 9250)
+++ trunk/speex/src/speexdec.c	2005-05-10 04:58:59 UTC (rev 9251)
@@ -84,6 +84,7 @@
 #include <speex/speex_header.h>
 #include <speex/speex_stereo.h>
 #include <speex/speex_callbacks.h>
+#include "wav_io.h"
 
 #define MAX_FRAME_SIZE 2000
 

Modified: trunk/speex/src/wav_io.h
===================================================================
--- trunk/speex/src/wav_io.h	2005-05-10 04:12:42 UTC (rev 9250)
+++ trunk/speex/src/wav_io.h	2005-05-10 04:58:59 UTC (rev 9251)
@@ -36,6 +36,7 @@
 
 unsigned short be_short(unsigned short s);
 unsigned short le_short(unsigned short s);
+unsigned short le_int(unsigned int s);
 
 int read_wav_header(FILE *file, int *rate, int *channels, int *format, int *size);
 



More information about the commits mailing list