Fix QR-code/symbol not rendering on top of QR-code correctly

This commit is contained in:
Kristian Vos
2024-07-10 13:45:59 +02:00
parent 1a27c4b15b
commit 8b525210bc
3 changed files with 45 additions and 12 deletions

View File

@@ -1115,7 +1115,7 @@ process_image(MPPipeline *pipeline, const MPBuffer *buffer)
state_proc.mode->format,
state_proc.mode->width,
state_proc.mode->height,
state_proc.device_rotation,
state_proc.camera_rotation,
state_proc.mode->mirrored);
mp_zbar_pipeline_process_image(mp_zbar_image_ref(zbar_image));