[xiph-commits] r11564 - trunk/speex/include/speex

jm at svn.xiph.org jm at svn.xiph.org
Tue Jun 13 01:45:59 PDT 2006


Author: jm
Date: 2006-06-13 01:45:56 -0700 (Tue, 13 Jun 2006)
New Revision: 11564

Modified:
   trunk/speex/include/speex/speex_stereo.h
Log:
Minor fix by Alfred E. Heggestad to set reserved fields in 
SPEEX_STEREO_STATE_INIT to zero.


Modified: trunk/speex/include/speex/speex_stereo.h
===================================================================
--- trunk/speex/include/speex/speex_stereo.h	2006-06-12 16:54:54 UTC (rev 11563)
+++ trunk/speex/include/speex/speex_stereo.h	2006-06-13 08:45:56 UTC (rev 11564)
@@ -53,7 +53,7 @@
 } SpeexStereoState;
 
 /** Initialization value for a stereo state */
-#define SPEEX_STEREO_STATE_INIT {1,.5,1,1}
+#define SPEEX_STEREO_STATE_INIT {1,.5,1,1,0,0}
 
 /** Transforms a stereo frame into a mono frame and stores intensity stereo info in 'bits' */
 void speex_encode_stereo(float *data, int frame_size, SpeexBits *bits);



More information about the commits mailing list