From 6d93461504670b5cefc434d409f277e6e29a24da Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Tue, 4 Mar 2008 23:58:12 +0000 Subject: move run length table constants to rl.h Originally committed as revision 12319 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rl.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libavcodec/rl.h') 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 #include "bitstream.h" -#include "mpegvideo.h" + +/* run length table */ +#define MAX_RUN 64 +#define MAX_LEVEL 64 /** RLTable. */ typedef struct RLTable { -- cgit v1.2.3