aes1610: decrease bz3_threshold to 20

This commit is contained in:
Vasily Khoruzhick 2015-10-14 10:45:15 -07:00
parent fc1781e317
commit 61fa57b05d

View file

@ -844,7 +844,7 @@ struct fp_img_driver aes1610_driver = {
.img_height = -1,
.img_width = IMAGE_WIDTH,
.bz3_threshold = 50,
.bz3_threshold = 20,
.open = dev_init,
.close = dev_deinit,