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/loco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/loco.c') diff --git a/libavcodec/loco.c b/libavcodec/loco.c index f25ef61..8624ea8 100644 --- a/libavcodec/loco.c +++ b/libavcodec/loco.c @@ -26,7 +26,7 @@ #include "avcodec.h" #include "get_bits.h" -#include "golomb.h" +#include "golomb_legacy.h" #include "internal.h" #include "mathops.h" -- cgit v1.1