mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-27 22:42:09 +00:00
* Fix to speex compile warning
This commit is contained in:
parent
2c0861c1ce
commit
c7225dc0ae
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue