Commit 22805520 authored by Clément Bœsch's avatar Clément Bœsch

avfilter/palettegen: raise cache size from 64k to 512k

(or 32k to 256k in 32-bit)

This is similar to a00bab34
parent c1ff2cdb
......@@ -52,7 +52,7 @@ enum {
NB_STATS_MODE
};
#define NBITS 4
#define NBITS 5
#define HIST_SIZE (1<<(3*NBITS))
typedef struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment