summaryrefslogtreecommitdiff
path: root/libavcodec/rl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rl.h')
-rw-r--r--libavcodec/rl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libavcodec/rl.h b/libavcodec/rl.h
index ecea2c8911..03d2e56e4f 100644
--- a/libavcodec/rl.h
+++ b/libavcodec/rl.h
@@ -29,7 +29,10 @@
#include <stdint.h>
#include "bitstream.h"
-#include "mpegvideo.h"
+
+/* run length table */
+#define MAX_RUN 64
+#define MAX_LEVEL 64
/** RLTable. */
typedef struct RLTable {