diff options
author | Alexandra Hájková <alexandra@khirnov.net> | 2016-06-08 11:31:33 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-12-19 12:35:05 +0100 |
commit | fa64aea12ee69a32b916fefdef1c819f97e2cb9e (patch) | |
tree | 46394e76e3169a978b166f4218e9f80297df8fa4 /libavcodec/aic.c | |
parent | 45286a625c6ced1f5c4c842244cbb4509429abba (diff) | |
download | ffmpeg-fa64aea12ee69a32b916fefdef1c819f97e2cb9e.tar.gz |
unary: Convert to the new bitstream reader
Diffstat (limited to 'libavcodec/aic.c')
-rw-r--r-- | libavcodec/aic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aic.c b/libavcodec/aic.c index 7c6ddddb0a..2c9b6f8098 100644 --- a/libavcodec/aic.c +++ b/libavcodec/aic.c @@ -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) |