summaryrefslogtreecommitdiffstats
path: root/libavcodec/tta.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/tta.c
parent45286a625c6ced1f5c4c842244cbb4509429abba (diff)
downloadffmpeg-streaming-fa64aea12ee69a32b916fefdef1c819f97e2cb9e.zip
ffmpeg-streaming-fa64aea12ee69a32b916fefdef1c819f97e2cb9e.tar.gz
unary: Convert to the new bitstream reader
Diffstat (limited to 'libavcodec/tta.c')
-rw-r--r--libavcodec/tta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/tta.c b/libavcodec/tta.c
index 5532580..0f67a05 100644
--- a/libavcodec/tta.c
+++ b/libavcodec/tta.c
@@ -35,7 +35,7 @@
#include "avcodec.h"
#include "get_bits.h"
#include "internal.h"
-#include "unary.h"
+#include "unary_legacy.h"
#define FORMAT_SIMPLE 1
#define FORMAT_ENCRYPTED 2
OpenPOWER on IntegriCloud