mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
move run length table constants to rl.h
Originally committed as revision 12319 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user