summaryrefslogtreecommitdiff
path: root/libavcodec/rl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rl.h')
-rw-r--r--libavcodec/rl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/rl.h b/libavcodec/rl.h
index 1c2aae25ae..dd3e86c9c4 100644
--- a/libavcodec/rl.h
+++ b/libavcodec/rl.h
@@ -6,6 +6,10 @@
#ifndef AVCODEC_RL_H
#define AVCODEC_RL_H
+#include <stdint.h>
+#include "bitstream.h"
+#include "mpegvideo.h"
+
/** RLTable. */
typedef struct RLTable {
int n; ///< number of entries of table_vlc minus 1