summaryrefslogtreecommitdiff
path: root/src/modules/roto
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/roto')
-rw-r--r--src/modules/roto/roto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/roto/roto.c b/src/modules/roto/roto.c
index ac6fa4f..8c9dd99 100644
--- a/src/modules/roto/roto.c
+++ b/src/modules/roto/roto.c
@@ -327,7 +327,7 @@ static void roto_prepare_frame(til_module_context_t *context, til_stream_t *stre
{
roto_context_t *ctxt = (roto_context_t *)context;
- *res_frame_plan = (til_frame_plan_t){ .fragmenter = til_fragmenter_slice_per_cpu };
+ *res_frame_plan = (til_frame_plan_t){ .fragmenter = til_fragmenter_slice_per_cpu_x16 };
// This governs the rotation and color cycle.
if (ticks != context->last_ticks) {
© All Rights Reserved