From ffa190d0479d2370dd89c95692f822cbff2cc24c Mon Sep 17 00:00:00 2001 From: Alexandra Hájková Date: Sat, 14 May 2016 11:45:01 +0200 Subject: Move VLC and RL_VLC_ELEM structure definitions to a separate header Use the newly created vlc.h directly instead of including get_bits when needed. The VLC and RL_VLC_ELEM structures are independent from the bitreader. Signed-off-by: Luca Barbato --- 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 c9eeb3736b..87cbe4b421 100644 --- a/libavcodec/huffman.h +++ b/libavcodec/huffman.h @@ -27,7 +27,7 @@ #define AVCODEC_HUFFMAN_H #include "avcodec.h" -#include "get_bits.h" +#include "vlc.h" typedef struct Node { int16_t sym; -- cgit v1.2.3