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/dxtory.c | |
parent | 45286a625c6ced1f5c4c842244cbb4509429abba (diff) | |
download | ffmpeg-fa64aea12ee69a32b916fefdef1c819f97e2cb9e.tar.gz |
unary: Convert to the new bitstream reader
Diffstat (limited to 'libavcodec/dxtory.c')
-rw-r--r-- | libavcodec/dxtory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dxtory.c b/libavcodec/dxtory.c index e2b875b5e3..b0fae2f5ef 100644 --- a/libavcodec/dxtory.c +++ b/libavcodec/dxtory.c @@ -30,7 +30,7 @@ #include "bytestream.h" #include "get_bits.h" #include "internal.h" -#include "unary.h" +#include "unary_legacy.h" static int dxtory_decode_v1_rgb(AVCodecContext *avctx, AVFrame *pic, const uint8_t *src, int src_size, |