summaryrefslogtreecommitdiff
path: root/libavcodec/huffman.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-06-23 00:29:25 +0200
committerClément Bœsch <u@pkh.me>2016-06-23 00:29:25 +0200
commitbcafc41a5aa838ff4a88cc020bd55aa6e0790723 (patch)
tree2bd1cab9a06c4a265adcc040cbcee20d99f1ed6d /libavcodec/huffman.h
parente799e2270cb899c991866894c64893012f2d7adb (diff)
parentffa190d0479d2370dd89c95692f822cbff2cc24c (diff)
Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c'
* commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c': Move VLC and RL_VLC_ELEM structure definitions to a separate header Merged-by: Clément Bœsch <u@pkh.me>
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 6ab23ae216..4f879e6e84 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;