aboutsummaryrefslogtreecommitdiff
path: root/src/bits.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bits.h')
-rw-r--r--src/bits.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bits.h b/src/bits.h
index 5dd56cd..de65c93 100644
--- a/src/bits.h
+++ b/src/bits.h
@@ -17,8 +17,6 @@
******************************************************************************/
/**
- * LC3 - Bitstream management
- *
* The bitstream is written by the 2 ends of the buffer :
*
* - Arthmetic coder put bits while increasing memory addresses
@@ -56,10 +54,6 @@
* - The procedure `lc3_check_bits()` returns indication that read has been
* made crossing the other bit plane.
*
- *
- * Reference : Low Complexity Communication Codec (LC3)
- * Bluetooth Specification v1.0
- *
*/
#ifndef __LC3_BITS_H