summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/celt/entdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libopus/celt/entdec.h')
-rw-r--r--lib/rbcodec/codecs/libopus/celt/entdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/libopus/celt/entdec.h b/lib/rbcodec/codecs/libopus/celt/entdec.h
index d8ab318730..025fc1870d 100644
--- a/lib/rbcodec/codecs/libopus/celt/entdec.h
+++ b/lib/rbcodec/codecs/libopus/celt/entdec.h
@@ -85,7 +85,7 @@ int ec_dec_icdf(ec_dec *_this,const unsigned char *_icdf,unsigned _ftb);
85 The bits must have been encoded with ec_enc_uint(). 85 The bits must have been encoded with ec_enc_uint().
86 No call to ec_dec_update() is necessary after this call. 86 No call to ec_dec_update() is necessary after this call.
87 _ft: The number of integers that can be decoded (one more than the max). 87 _ft: The number of integers that can be decoded (one more than the max).
88 This must be at least one, and no more than 2**32-1. 88 This must be at least 2, and no more than 2**32-1.
89 Return: The decoded bits.*/ 89 Return: The decoded bits.*/
90opus_uint32 ec_dec_uint(ec_dec *_this,opus_uint32 _ft); 90opus_uint32 ec_dec_uint(ec_dec *_this,opus_uint32 _ft);
91 91