summaryrefslogtreecommitdiff
path: root/libavcodec/rl.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-06-23 00:29:25 +0200
committerClément Bœsch <u@pkh.me>2016-06-23 00:29:25 +0200
commitbcafc41a5aa838ff4a88cc020bd55aa6e0790723 (patch)
tree2bd1cab9a06c4a265adcc040cbcee20d99f1ed6d /libavcodec/rl.h
parente799e2270cb899c991866894c64893012f2d7adb (diff)
parentffa190d0479d2370dd89c95692f822cbff2cc24c (diff)
Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c'
* commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c': Move VLC and RL_VLC_ELEM structure definitions to a separate header Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavcodec/rl.h')
-rw-r--r--libavcodec/rl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/rl.h b/libavcodec/rl.h
index af525efd3b..9a767bc5fd 100644
--- a/libavcodec/rl.h
+++ b/libavcodec/rl.h
@@ -28,7 +28,8 @@
#define AVCODEC_RL_H
#include <stdint.h>
-#include "get_bits.h"
+
+#include "vlc.h"
/* run length table */
#define MAX_RUN 64