avfilter/palettegen: raise cache size from 64k to 512k
(or 32k to 256k in 32-bit) This is similar to a00bab347518d4824d51ec7078f1d84ca097c53b
This commit is contained in:
parent
c1ff2cdbca
commit
2280552057
@ -52,7 +52,7 @@ enum {
|
|||||||
NB_STATS_MODE
|
NB_STATS_MODE
|
||||||
};
|
};
|
||||||
|
|
||||||
#define NBITS 4
|
#define NBITS 5
|
||||||
#define HIST_SIZE (1<<(3*NBITS))
|
#define HIST_SIZE (1<<(3*NBITS))
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user