@@ -324,7 +324,7 @@ static uint8_t * luat_interpolation_double(uint8_t *src, uint16_t rows,uint16_t
int w1 = cols;
int h1 = rows;
int w2 = w1*2;
- int h2 = h1*2;
+ //int h2 = h1*2;
uint8_t* dst = (uint8_t*)luat_heap_malloc(rows*cols*4);
for (size_t y = 0; y < h1; y++){
for (size_t x = 0; x < w1; x++){