mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-01-09 21:32:41 +00:00
avfilter/paletteuse: raise cache size from 64k to 512k
(or 32k to 256k in 32-bit)
This commit is contained in:
parent
398f531915
commit
a00bab3475
@ -50,7 +50,7 @@ struct color_node {
|
||||
int left_id, right_id;
|
||||
};
|
||||
|
||||
#define NBITS 4
|
||||
#define NBITS 5
|
||||
#define CACHE_SIZE (1<<(3*NBITS))
|
||||
|
||||
struct cached_color {
|
||||
|
Loading…
Reference in New Issue
Block a user