summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralejandro-colomar <colomar.6.4.3@gmail.com>2019-09-15 13:31:36 +0200
committeralejandro-colomar <colomar.6.4.3@gmail.com>2019-09-15 13:31:36 +0200
commit268b4177b6f2c015544f521398b62267ecdb5656 (patch)
treed45b700e43c52be23f995b83ab5d638bc0415772
parent155b6c167f8c78833ffca6cfec1d197d9f6a1c65 (diff)
Update libalx
-rw-r--r--src/image/iface.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/image/iface.cpp b/src/image/iface.cpp
index 10cae4d..e35a4b5 100644
--- a/src/image/iface.cpp
+++ b/src/image/iface.cpp
@@ -1141,7 +1141,7 @@ static void img_iface_decode (void)
"Type of code: (0 for all)", NULL);
alx_cv_extract_imgdata(&image_copy_tmp, &imgdata, &rows, &cols,
- NULL, NULL, NULL, NULL);
+ NULL, NULL, NULL, NULL, NULL);
if (alx_zbar_read(ARRAY_SIZE(bcode_data), bcode_data, bcode_type,
imgdata, rows, cols, type))
goto err;
@@ -1174,7 +1174,7 @@ static void img_iface_read (void)
"Config: none = 0, Price = 1", NULL);
alx_cv_extract_imgdata(&image_copy_tmp, &imgdata, NULL, NULL, &w, &h,
- &B_per_pix, &B_per_line);
+ &B_per_pix, &B_per_line, NULL);
if (alx_ocr_read(ARRAY_SIZE(img_ocr_text), img_ocr_text, imgdata, w, h,
B_per_pix, B_per_line, lang, conf))
goto err;