PNG: Fix call vs. assignment ambiguity

This commit is contained in:
Lars Mueller 2022-10-07 17:54:01 +02:00
parent 264687e302
commit 2d056e72ae

@ -77,7 +77,7 @@ local adam7_passes = {
y_min = { 0, 0, 4, 0, 2, 0, 1 }, y_min = { 0, 0, 4, 0, 2, 0, 1 },
x_step = { 8, 8, 4, 4, 2, 2, 1 }, x_step = { 8, 8, 4, 4, 2, 2, 1 },
y_step = { 8, 8, 8, 4, 4, 2, 2 }, y_step = { 8, 8, 8, 4, 4, 2, 2 },
} };
(...).decode_png = function(stream) (...).decode_png = function(stream)
local chunk_crc local chunk_crc