added extern "C" protect for speex_stereo.h, bug submitted back to author
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6216 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -37,6 +37,10 @@
|
|||||||
|
|
||||||
#include "speex_bits.h"
|
#include "speex_bits.h"
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
/** State used for decoding (intensity) stereo information */
|
/** State used for decoding (intensity) stereo information */
|
||||||
typedef struct SpeexStereoState {
|
typedef struct SpeexStereoState {
|
||||||
float balance; /**< Left/right balance info */
|
float balance; /**< Left/right balance info */
|
||||||
@@ -59,4 +63,8 @@ void speex_decode_stereo(float *data, int frame_size, SpeexStereoState *stereo);
|
|||||||
/** Callback handler for intensity stereo info */
|
/** Callback handler for intensity stereo info */
|
||||||
int speex_std_stereo_request_handler(SpeexBits *bits, void *state, void *data);
|
int speex_std_stereo_request_handler(SpeexBits *bits, void *state, void *data);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user