summaryrefslogtreecommitdiffstats
path: root/libavcodec/huffman.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/huffman.h')
-rw-r--r--libavcodec/huffman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/huffman.h b/libavcodec/huffman.h
index 0474fba..ec3c0c9 100644
--- a/libavcodec/huffman.h
+++ b/libavcodec/huffman.h
@@ -33,6 +33,6 @@ typedef struct {
typedef int (*huff_cmp_t)(const void *va, const void *vb);
int ff_huff_build_tree(AVCodecContext *avctx, VLC *vlc, int nb_codes,
- Node nodes[2*nb_codes], huff_cmp_t cmp, int hnode_first);
+ Node *nodes, huff_cmp_t cmp, int hnode_first);
#endif /* AVCODEC_HUFFMAN_H */
OpenPOWER on IntegriCloud