* Fix to speex compile warning
This commit is contained in:
parent
2c0861c1ce
commit
c7225dc0ae
|
|
@ -60,7 +60,7 @@ typedef struct SpeexStereoState {
|
||||||
#define SPEEX_STEREO_STATE_INIT {1,.5,1,1,0,0}
|
#define SPEEX_STEREO_STATE_INIT {1,.5,1,1,0,0}
|
||||||
|
|
||||||
/** Initialise/create a stereo stereo state */
|
/** Initialise/create a stereo stereo state */
|
||||||
SpeexStereoState *speex_stereo_state_init();
|
SpeexStereoState *speex_stereo_state_init(void);
|
||||||
|
|
||||||
/** Reset/re-initialise an already allocated stereo state */
|
/** Reset/re-initialise an already allocated stereo state */
|
||||||
void speex_stereo_state_reset(SpeexStereoState *stereo);
|
void speex_stereo_state_reset(SpeexStereoState *stereo);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user