summaryrefslogtreecommitdiffstats
path: root/libavcodec/dcaenc.h
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 18:17:12 +0000
commitc2500d62c68a1e4c929cd5096f6617b56268d4e8 (patch)
tree85e45e6a869a9a263791388d5cab4e3aff320a6f /libavcodec/dcaenc.h
parenta6191d098a03f94685ae4c072bfdf10afcd86223 (diff)
downloadffmpeg-streaming-c2500d62c68a1e4c929cd5096f6617b56268d4e8.zip
ffmpeg-streaming-c2500d62c68a1e4c929cd5096f6617b56268d4e8.tar.gz
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 eccfb42..06816c2 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,
OpenPOWER on IntegriCloud