Browse Source

Pass mirrored to gles2_debayer to make mirrored actually work

Kristian Vos 5 months ago
parent
commit
2bbc0f387f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/process_pipeline.c

+ 1 - 1
src/process_pipeline.c

@@ -1253,7 +1253,7 @@ on_output_changed(bool format_changed)
                                 state_proc.mode->width,
                                 state_proc.mode->width,
                                 state_proc.mode->height,
                                 state_proc.mode->height,
                                 state_proc.mode->rotation,
                                 state_proc.mode->rotation,
-                                0,
+                                state_proc.mode->mirrored,
                                 state_proc.calibration);
                                 state_proc.calibration);
 }
 }