summaryrefslogtreecommitdiffstats
path: root/libavcodec/huffman.c
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.c
parente799e2270cb899c991866894c64893012f2d7adb (diff)
parentffa190d0479d2370dd89c95692f822cbff2cc24c (diff)
downloadffmpeg-streaming-bcafc41a5aa838ff4a88cc020bd55aa6e0790723.zip
ffmpeg-streaming-bcafc41a5aa838ff4a88cc020bd55aa6e0790723.tar.gz
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.c')
-rw-r--r--libavcodec/huffman.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/huffman.c b/libavcodec/huffman.c
index 1f5d8b9..a3d3920 100644
--- a/libavcodec/huffman.c
+++ b/libavcodec/huffman.c
@@ -27,8 +27,11 @@
#include <stdint.h>
#include "libavutil/qsort.h"
+#include"libavutil/common.h"
+
#include "avcodec.h"
#include "huffman.h"
+#include "vlc.h"
/* symbol for Huffman tree node */
#define HNODE -1
OpenPOWER on IntegriCloud