]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aic.c
unary: Convert to the new bitstream reader
[ffmpeg] / libavcodec / aic.c
index 7c6ddddb0a23396ba755ea94df9c80beb204b0e9..2c9b6f80985ab183665091925d3db36096d7ef70 100644 (file)
@@ -29,7 +29,7 @@
 #include "golomb.h"
 #include "idctdsp.h"
 #include "thread.h"
-#include "unary.h"
+#include "unary_legacy.h"
 
 #define AIC_HDR_SIZE    24
 #define AIC_BAND_COEFFS (64 + 32 + 192 + 96)