summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/celt/entenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libopus/celt/entenc.h')
-rw-r--r--lib/rbcodec/codecs/libopus/celt/entenc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/libopus/celt/entenc.h b/lib/rbcodec/codecs/libopus/celt/entenc.h
index 796bc4d572..f502eaf662 100644
--- a/lib/rbcodec/codecs/libopus/celt/entenc.h
+++ b/lib/rbcodec/codecs/libopus/celt/entenc.h
@@ -67,7 +67,7 @@ void ec_enc_icdf(ec_enc *_this,int _s,const unsigned char *_icdf,unsigned _ftb);
67/*Encodes a raw unsigned integer in the stream. 67/*Encodes a raw unsigned integer in the stream.
68 _fl: The integer to encode. 68 _fl: The integer to encode.
69 _ft: The number of integers that can be encoded (one more than the max). 69 _ft: The number of integers that can be encoded (one more than the max).
70 This must be at least one, and no more than 2**32-1.*/ 70 This must be at least 2, and no more than 2**32-1.*/
71void ec_enc_uint(ec_enc *_this,opus_uint32 _fl,opus_uint32 _ft); 71void ec_enc_uint(ec_enc *_this,opus_uint32 _fl,opus_uint32 _ft);
72 72
73/*Encodes a sequence of raw bits in the stream. 73/*Encodes a sequence of raw bits in the stream.