This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfilter/paletteuse: raise cache size from 64k to 512k
(or 32k to 256k in 32-bit)
tags/n2.6
Clément Bœsch
10 years ago
parent
398f531915
commit
a00bab3475
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/vf_paletteuse.c
+ 1
- 1
libavfilter/vf_paletteuse.c
View File
@@ -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 {
Write
Preview
Loading…
Cancel
Save