mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
enable a flexible lifetime
Originally committed as revision 24940 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
99d8166daf
commit
6cd94998a4
@ -33,7 +33,6 @@
|
||||
#define DITHERSTEPS 8
|
||||
#define CHARSET_CHARS 256
|
||||
#define INTERLACED 1
|
||||
#define LIFETIME 4
|
||||
|
||||
/* gray gradient */
|
||||
static const int mc_colors[5]={0x0,0xb,0xc,0xf,0x1};
|
||||
@ -241,7 +240,7 @@ static int a64multi_encode_frame(AVCodecContext *avctx, unsigned char *buf,
|
||||
int a;
|
||||
|
||||
int req_size;
|
||||
int num_frames = LIFETIME;
|
||||
int num_frames = c->mc_lifetime;
|
||||
|
||||
int *charmap = c->mc_charmap;
|
||||
uint8_t *colram = c->mc_colram;
|
||||
|
Loading…
Reference in New Issue
Block a user