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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2017-01-07 15:18:32 +0300
committerRostislav Pehlivanov <atomnuker@gmail.com>2017-01-15 21:17:12 +0300
commitc2500d62c68a1e4c929cd5096f6617b56268d4e8 (patch)
tree85e45e6a869a9a263791388d5cab4e3aff320a6f /libavcodec/dcaenc.h
parenta6191d098a03f94685ae4c072bfdf10afcd86223 (diff)
dcaenc: Implementation of Huffman codes for DCA encoder
Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavcodec/dcaenc.h')
-rw-r--r--libavcodec/dcaenc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dcaenc.h b/libavcodec/dcaenc.h
index eccfb42321..06816c233d 100644
--- a/libavcodec/dcaenc.h
+++ b/libavcodec/dcaenc.h
@@ -95,7 +95,6 @@ static const softfloat scalefactor_inv[128] = {
/* manually derived from
* Table B.5: Selection of quantization levels and codebooks
- * FIXME: will become invalid when Huffman codes are introduced.
*/
static const int bit_consumption[27] = {
-8, 28, 40, 48, 52, 60, 68, 76, 80, 96,