Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2010-07-05 08:33:00 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2010-07-05 08:33:00 +0400
commit9310096e3cdbdbf907347561e482501dc214436d (patch)
tree69bf1224a9984e4874dd58c1f91a4eebca74522c /libcelt/entenc.h
parentb5077ef4d8590ed8cc492f725c7ca6fbec9fbf0c (diff)
Fix misleading comments about ec_{enc|dec}_tell()
Diffstat (limited to 'libcelt/entenc.h')
-rw-r--r--libcelt/entenc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcelt/entenc.h b/libcelt/entenc.h
index 84b3f1f..d0bb734 100644
--- a/libcelt/entenc.h
+++ b/libcelt/entenc.h
@@ -95,9 +95,6 @@ void ec_enc_uint(ec_enc *_this,ec_uint32 _fl,ec_uint32 _ft);
void ec_enc_bit_prob(ec_enc *_this,int val,unsigned _prob);
/*Returns the number of bits "used" by the encoded symbols so far.
- The actual number of bits may be larger, due to rounding to whole bytes, or
- smaller, due to trailing zeros that can be stripped, so this is not an
- estimate of the true packet size.
This same number can be computed by the decoder, and is suitable for making
coding decisions.
_b: The number of extra bits of precision to include.