diff options
Diffstat (limited to 'test/ipedec.c')
-rw-r--r-- | test/ipedec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ipedec.c b/test/ipedec.c index 42a856c..32569b9 100644 --- a/test/ipedec.c +++ b/test/ipedec.c @@ -268,8 +268,8 @@ int main(int argc, char const* argv[]) }; static Options opts = { - .num_rows = 1088, - .num_columns = 2048, + .num_rows = 3842, + .num_columns = 5120, .verbose = 0, .dry_run = 0, .clear_frame = 0, |