summaryrefslogtreecommitdiffstats
path: root/libavcodec/huffman.c
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2016-06-21 15:42:49 +0200
committerClément Bœsch <clement@stupeflix.com>2016-06-21 15:42:49 +0200
commit9204a84998083abbe058bf1464317f7ef8016c6c (patch)
tree421ad218c69cffa85f5a5ea5536d3dea1c07b1d6 /libavcodec/huffman.c
parent3801060cd028cc11cd4000eae8e578a715051310 (diff)
parent5c31eaa9998b2185e0aa04d11adff128498dc14a (diff)
downloadffmpeg-streaming-9204a84998083abbe058bf1464317f7ef8016c6c.zip
ffmpeg-streaming-9204a84998083abbe058bf1464317f7ef8016c6c.tar.gz
Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'
* commit '5c31eaa9998b2185e0aa04d11adff128498dc14a': Remove unnecessary get_bits.h #includes and add missing headers where needed. Merged-by: Clément Bœsch <clement@stupeflix.com>
Diffstat (limited to 'libavcodec/huffman.c')
-rw-r--r--libavcodec/huffman.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/huffman.c b/libavcodec/huffman.c
index d7403b8..1f5d8b9 100644
--- a/libavcodec/huffman.c
+++ b/libavcodec/huffman.c
@@ -28,7 +28,6 @@
#include "libavutil/qsort.h"
#include "avcodec.h"
-#include "get_bits.h"
#include "huffman.h"
/* symbol for Huffman tree node */
OpenPOWER on IntegriCloud