summaryrefslogtreecommitdiff
path: root/libavfilter/vf_palettegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_palettegen.c')
-rw-r--r--libavfilter/vf_palettegen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_palettegen.c b/libavfilter/vf_palettegen.c
index 1f1e90f4b9..323fa53688 100644
--- a/libavfilter/vf_palettegen.c
+++ b/libavfilter/vf_palettegen.c
@@ -52,7 +52,7 @@ enum {
NB_STATS_MODE
};
-#define NBITS 4
+#define NBITS 5
#define HIST_SIZE (1<<(3*NBITS))
typedef struct {