summaryrefslogtreecommitdiffstats
path: root/libavcodec/cavsdec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2017-01-30 20:24:38 +0100
committerDiego Biurrun <diego@biurrun.de>2017-01-31 17:46:19 +0100
commitd4c2103bd30ff6ceea70c3696ae88a7d2ea72493 (patch)
treedb4896f7bdef00b43d6a0d69678c9ae8cf0d46f9 /libavcodec/cavsdec.c
parentab87af41636b081dd3562423999351b5444fa09e (diff)
downloadffmpeg-streaming-d4c2103bd30ff6ceea70c3696ae88a7d2ea72493.zip
ffmpeg-streaming-d4c2103bd30ff6ceea70c3696ae88a7d2ea72493.tar.gz
golomb: Convert to the new bitstream reader
Diffstat (limited to 'libavcodec/cavsdec.c')
-rw-r--r--libavcodec/cavsdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cavsdec.c b/libavcodec/cavsdec.c
index 1c4f276..5a28fc0 100644
--- a/libavcodec/cavsdec.c
+++ b/libavcodec/cavsdec.c
@@ -27,7 +27,7 @@
#include "avcodec.h"
#include "get_bits.h"
-#include "golomb.h"
+#include "golomb_legacy.h"
#include "cavs.h"
#include "internal.h"
#include "mpeg12data.h"
OpenPOWER on IntegriCloud