Fix for missing changes in Opus JNI code

This commit is contained in:
Iwan Timmer
2014-01-07 21:20:55 +01:00
parent 5b29a2ef7b
commit 9dcd75b9dd
3 changed files with 16 additions and 15 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
int nv_opus_init(void);
void nv_opus_destroy(void);
int nv_opus_get_channel_count(void);
int nv_opus_get_max_out_bytes(void);
int nv_opus_get_max_out_shorts(void);
int nv_opus_get_sample_rate(void);
int nv_opus_decode(unsigned char* indata, int inlen, unsigned char* outpcmdata);
int nv_opus_decode(unsigned char* indata, int inlen, short* outpcmdata);