summaryrefslogtreecommitdiff
path: root/silk/API.h
diff options
context:
space:
mode:
Diffstat (limited to 'silk/API.h')
-rw-r--r--silk/API.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/silk/API.h b/silk/API.h
index ca24808f..a96bd543 100644
--- a/silk/API.h
+++ b/silk/API.h
@@ -56,7 +56,7 @@ typedef struct {
/* Get size in bytes of the Silk encoder state */
/***********************************************/
opus_int silk_Get_Encoder_Size( /* O: Returns error code */
- int *encSizeBytes /* O: Number of bytes in SILK encoder state */
+ opus_int *encSizeBytes /* O: Number of bytes in SILK encoder state */
);
/*************************/
@@ -98,7 +98,7 @@ opus_int silk_Encode( /* O: Returns error c
/* Get size in bytes of the Silk decoder state */
/***********************************************/
opus_int silk_Get_Decoder_Size( /* O: Returns error code */
- int *decSizeBytes /* O: Number of bytes in SILK decoder state */
+ opus_int *decSizeBytes /* O: Number of bytes in SILK decoder state */
);
/*************************/