]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/huffman.c
aarch64: vp9itxfm: Restructure the idct32 store macros
[ffmpeg] / libavcodec / huffman.c
index 2a3db87df3720a740589bd8486ff82abd57ae104..3b15aa268445144c2afdfda5dab217832035fb90 100644 (file)
 
 #include <stdint.h>
 
+#include"libavutil/common.h"
+
 #include "avcodec.h"
 #include "huffman.h"
+#include "vlc.h"
 
 /* symbol for Huffman tree node */
 #define HNODE -1