aes1610: decrease bz3_threshold to 20
This commit is contained in:
parent
fc1781e317
commit
61fa57b05d
1 changed files with 1 additions and 1 deletions
|
@ -844,7 +844,7 @@ struct fp_img_driver aes1610_driver = {
|
||||||
.img_height = -1,
|
.img_height = -1,
|
||||||
.img_width = IMAGE_WIDTH,
|
.img_width = IMAGE_WIDTH,
|
||||||
|
|
||||||
.bz3_threshold = 50,
|
.bz3_threshold = 20,
|
||||||
|
|
||||||
.open = dev_init,
|
.open = dev_init,
|
||||||
.close = dev_deinit,
|
.close = dev_deinit,
|
||||||
|
|
Loading…
Reference in a new issue