Mercurial > libavcodec.hg
diff huffman.h @ 5824:6ac956b341f2 libavcodec
Cygwin don't like this function declaration.
So move this self-documentation into a comment instead.
| author | aurel |
|---|---|
| date | Mon, 15 Oct 2007 21:41:01 +0000 |
| parents | ffac546a3861 |
| children | 1d83e9c34641 |
line wrap: on
line diff
--- a/huffman.h Mon Oct 15 16:26:02 2007 +0000 +++ b/huffman.h Mon Oct 15 21:41:01 2007 +0000 @@ -33,6 +33,6 @@ 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 */
