summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/vf_paletteuse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_paletteuse.c b/libavfilter/vf_paletteuse.c
index 8188e3624d..b36f72e4ff 100644
--- 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 {