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

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

(or 32k to 256k in 32-bit)
parent 398f5319
......@@ -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 {
......
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