summaryrefslogtreecommitdiffstats
path: root/sbc/sbc.h
diff options
context:
space:
mode:
authorChristian Hoene <hoene@ieee.org>2009-01-05 13:26:08 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-06 03:41:57 +0100
commit2cada66773cb8cf3a95d571fbed669a994bac2e0 (patch)
treea1d0200ad41934a513bc80573a66ddac7fd35828 /sbc/sbc.h
parent365f92ed452f021d4f372220d1e8ea5076dda81a (diff)
Fixed correct handling of frame sizes in the encoder
Diffstat (limited to 'sbc/sbc.h')
-rw-r--r--sbc/sbc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbc/sbc.h b/sbc/sbc.h
index 2838b1fd..8ac59309 100644
--- a/sbc/sbc.h
+++ b/sbc/sbc.h
@@ -87,7 +87,7 @@ int sbc_encode(sbc_t *sbc, void *input, int input_len, void *output,
int output_len, int *written);
int sbc_get_frame_length(sbc_t *sbc);
int sbc_get_frame_duration(sbc_t *sbc);
-int sbc_get_codesize(sbc_t *sbc);
+uint16_t sbc_get_codesize(sbc_t *sbc);
void sbc_finish(sbc_t *sbc);
#ifdef __cplusplus