From f1bf85b8cfa8b841122fc80ba61204324d5727a9 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Mon, 15 Oct 2007 21:41:01 +0000 Subject: Cygwin don't like this function declaration. So move this self-documentation into a comment instead. Originally committed as revision 10743 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/huffman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/huffman.h') diff --git a/libavcodec/huffman.h b/libavcodec/huffman.h index 0474fbafb4..ec3c0c9ab1 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 */ -- cgit v1.2.3