From d4c2103bd30ff6ceea70c3696ae88a7d2ea72493 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 30 Jan 2017 20:24:38 +0100 Subject: golomb: Convert to the new bitstream reader --- libavcodec/cavs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/cavs.c') diff --git a/libavcodec/cavs.c b/libavcodec/cavs.c index cf66629ffd..bf1a59a6f0 100644 --- a/libavcodec/cavs.c +++ b/libavcodec/cavs.c @@ -27,7 +27,7 @@ #include "avcodec.h" #include "get_bits.h" -#include "golomb.h" +#include "golomb_legacy.h" #include "h264chroma.h" #include "idctdsp.h" #include "internal.h" -- cgit v1.2.3