]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/bitstream.c
Merge commit 'ad61da054bd8c74a5d5b38d80846228fc6147108'
[ffmpeg] / libavcodec / bitstream.c
index 9785ef76b7d6f3869f9c385c01b4e42864fcf443..562ca1cb823d52fcbc4449e6d0591b899402daf0 100644 (file)
@@ -34,8 +34,8 @@
 #include "avcodec.h"
 #include "internal.h"
 #include "mathops.h"
-#include "get_bits.h"
 #include "put_bits.h"
+#include "vlc.h"
 
 const uint8_t ff_log2_run[41]={
  0, 0, 0, 0, 1, 1, 1, 1,