From 2bbc0f387fba07d0e44c5a7498c0c2831e8fe6fa Mon Sep 17 00:00:00 2001 From: Kristian Vos Date: Tue, 23 Jul 2024 16:57:18 +0200 Subject: [PATCH] Pass mirrored to gles2_debayer to make mirrored actually work --- src/process_pipeline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/process_pipeline.c b/src/process_pipeline.c index 6d031e0..75d5470 100644 --- a/src/process_pipeline.c +++ b/src/process_pipeline.c @@ -1253,7 +1253,7 @@ on_output_changed(bool format_changed) state_proc.mode->width, state_proc.mode->height, state_proc.mode->rotation, - 0, + state_proc.mode->mirrored, state_proc.calibration); }