aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
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 /libavformat
parent45286a625c6ced1f5c4c842244cbb4509429abba (diff)
downloadffmpeg-fa64aea12ee69a32b916fefdef1c819f97e2cb9e.tar.gz
unary: Convert to the new bitstream reader
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mpc8.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/mpc8.c b/libavformat/mpc8.c
index d4005fa499..132e3cd907 100644
--- a/libavformat/mpc8.c
+++ b/libavformat/mpc8.c
@@ -20,7 +20,8 @@
*/
#include "libavcodec/get_bits.h"
-#include "libavcodec/unary.h"
+#include "libavcodec/unary_legacy.h"
+
#include "apetag.h"
#include "avformat.h"
#include "internal.h"