git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
398f531
)
avfilter/paletteuse: raise cache size from 64k to 512k
author
Clément Bœsch
<clement@stupeflix.com>
Tue, 17 Feb 2015 16:15:00 +0000
(17:15 +0100)
committer
Clément Bœsch
<clement@stupeflix.com>
Tue, 17 Feb 2015 16:20:42 +0000
(17:20 +0100)
(or 32k to 256k in 32-bit)
libavfilter/vf_paletteuse.c
patch
|
blob
|
history
diff --git
a/libavfilter/vf_paletteuse.c
b/libavfilter/vf_paletteuse.c
index
8188e36
..
b36f72e
100644
(file)
--- a/
libavfilter/vf_paletteuse.c
+++ b/
libavfilter/vf_paletteuse.c
@@
-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 {