summaryrefslogtreecommitdiff
path: root/libavcodec/h264_slice.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/h264_slice.c
parentab87af41636b081dd3562423999351b5444fa09e (diff)
golomb: Convert to the new bitstream reader
Diffstat (limited to 'libavcodec/h264_slice.c')
-rw-r--r--libavcodec/h264_slice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c
index 3749d1f2ca..f1f5fc05f9 100644
--- a/libavcodec/h264_slice.c
+++ b/libavcodec/h264_slice.c
@@ -34,6 +34,7 @@
#include "cabac.h"
#include "cabac_functions.h"
#include "error_resilience.h"
+#include "golomb_legacy.h"
#include "avcodec.h"
#include "h264.h"
#include "h264dec.h"
@@ -41,7 +42,6 @@
#include "h264chroma.h"
#include "h264_mvpred.h"
#include "h264_ps.h"
-#include "golomb.h"
#include "mathops.h"
#include "mpegutils.h"
#include "rectangle.h"