dcraw: reduce memory usage

This commit is contained in:
Ingo Weyrich
2019-11-06 13:13:44 +01:00
parent 03c0d6c86c
commit 0d4228623f

View File

@@ -167,8 +167,7 @@ protected:
float cam_mul[4], pre_mul[4], cmatrix[3][4], rgb_cam[3][4];
int histogram[4][0x2000];
void (DCraw::*write_thumb)(), (DCraw::*write_fun)();
void (DCraw::*write_thumb)();
void (DCraw::*load_raw)(), (DCraw::*thumb_load_raw)();
jmp_buf failure;