huffman/huffyuv: move lorens huffman table generation code to huffman.c/h
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -42,4 +42,6 @@ typedef int (*HuffCmp)(const void *va, const void *vb);
|
||||
int ff_huff_build_tree(AVCodecContext *avctx, VLC *vlc, int nb_codes,
|
||||
Node *nodes, HuffCmp cmp, int flags);
|
||||
|
||||
void ff_generate_len_table(uint8_t *dst, const uint64_t *stats);
|
||||
|
||||
#endif /* AVCODEC_HUFFMAN_H */
|
||||
|
Reference in New Issue
Block a user