Browse Source

huffman: increase bits constant

Bug-ID: ffmpeg ticket 2593

Signed-off-by: Anton Khirnov <anton@khirnov.net>
tags/n3.0
Michael Niedermayer Vittorio Giovara 9 years ago
parent
commit
26960aa1cd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/huffman.h

+ 1
- 1
libavcodec/huffman.h View File

@@ -37,7 +37,7 @@ typedef struct Node {

#define FF_HUFFMAN_FLAG_HNODE_FIRST 0x01
#define FF_HUFFMAN_FLAG_ZERO_COUNT 0x02
#define FF_HUFFMAN_BITS 9
#define FF_HUFFMAN_BITS 10

typedef int (*HuffCmp)(const void *va, const void *vb);
int ff_huff_build_tree(AVCodecContext *avctx, VLC *vlc, int nb_codes,


Loading…
Cancel
Save