summaryrefslogtreecommitdiff
path: root/libavcodec/ituh263dec.c
diff options
context:
space:
mode:
authorAlexandra Hájková <alexandra@khirnov.net>2016-06-08 11:31:33 +0200
committerDiego Biurrun <diego@biurrun.de>2016-12-19 12:35:05 +0100
commitfa64aea12ee69a32b916fefdef1c819f97e2cb9e (patch)
tree46394e76e3169a978b166f4218e9f80297df8fa4 /libavcodec/ituh263dec.c
parent45286a625c6ced1f5c4c842244cbb4509429abba (diff)
unary: Convert to the new bitstream reader
Diffstat (limited to 'libavcodec/ituh263dec.c')
-rw-r--r--libavcodec/ituh263dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ituh263dec.c b/libavcodec/ituh263dec.c
index 9199f5c28d..ca0dd2c0d9 100644
--- a/libavcodec/ituh263dec.c
+++ b/libavcodec/ituh263dec.c
@@ -40,7 +40,7 @@
#include "internal.h"
#include "mathops.h"
#include "mpegutils.h"
-#include "unary.h"
+#include "unary_legacy.h"
#include "flv.h"
#include "rv10.h"
#include "mpeg4video.h"