[FFmpeg-cvslog] avfilter/palettegen: raise cache size from 64k to 512k
Clément Bœsch
git at videolan.org
Thu Feb 19 11:20:56 CET 2015
ffmpeg | branch: master | Clément Bœsch <clement at stupeflix.com> | Thu Feb 19 11:17:43 2015 +0100| [2280552057bb85b7fa6bd435ffd1c8888203fa30] | committer: Clément Bœsch
avfilter/palettegen: raise cache size from 64k to 512k
(or 32k to 256k in 32-bit)
This is similar to a00bab347518d4824d51ec7078f1d84ca097c53b
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2280552057bb85b7fa6bd435ffd1c8888203fa30
---
libavfilter/vf_palettegen.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/vf_palettegen.c b/libavfilter/vf_palettegen.c
index 1f1e90f..323fa53 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 {
More information about the ffmpeg-cvslog
mailing list