summaryrefslogtreecommitdiff
path: root/mg2d.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-06-13 12:05:43 +0200
committerAnton Khirnov <anton@khirnov.net>2019-06-14 16:10:14 +0200
commitebf0e97dbfe895c66226ae264930a6e556f1768b (patch)
tree68a8a87974d478248d3ca8122b73d21af7e1947c /mg2d.c
parent3d02e1b61d6aa3e2c4c9be4e0f55dd7d2046dabb (diff)
hackswip
Diffstat (limited to 'mg2d.c')
-rw-r--r--mg2d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg2d.c b/mg2d.c
index 9775c16..ad3e1e6 100644
--- a/mg2d.c
+++ b/mg2d.c
@@ -899,7 +899,7 @@ static int mg_levels_init(MG2DContext *ctx)
if (ctx->fd_stencil == 1)
op_restrict = GRID_TRANSFER_FW_2;
else
- op_restrict = GRID_TRANSFER_FW_3;
+ op_restrict = GRID_TRANSFER_FW_1;
} else {
op_restrict = op_interp;
}