summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/celt/entenc.h
diff options
context:
space:
mode:
authorWilliam Wilgus <me.theuser@yahoo.com>2019-01-04 02:01:18 -0600
committerSolomon Peachy <pizza@shaftnet.org>2021-04-23 14:23:04 +0000
commit14c6bb798d6bebc80f07e863236adbaf8d156a9c (patch)
tree551a4b641906c2626af844fa3239c1b2b1ff0ad3 /lib/rbcodec/codecs/libopus/celt/entenc.h
parent75d93937965ec4df70d37df6d4feea04577c996b (diff)
downloadrockbox-14c6bb798d6bebc80f07e863236adbaf8d156a9c.tar.gz
rockbox-14c6bb798d6bebc80f07e863236adbaf8d156a9c.zip
Sync opus codec to upstream git
Change-Id: I0cfcc0005c4ad7bfbb1aaf454188ce70fb043dc1
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.