Skip to content

Commit 77ba257

Browse files
committed
AI Translation crash fix attempt
1 parent a92202c commit 77ba257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/task_translation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ bool run_translation_service(settings_t *settings, bool paused)
929929
width, height,
930930
(int)-pitch,
931931
width, height,
932-
(int)pitch);
932+
width * 3);
933933
}
934934
scaler_ctx_gen_reset(scaler);
935935

0 commit comments

Comments
 (0)